mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
fix enum and backslash warnings (GH-25861)
- Enum warning in test_faulthandler - backslash warning in test_ipaddress
This commit is contained in:
parent
d783ce789d
commit
652bcd9f9c
2 changed files with 2 additions and 2 deletions
|
@ -663,7 +663,7 @@ class FaultHandlerTests(unittest.TestCase):
|
|||
import sys
|
||||
|
||||
all_threads = {all_threads}
|
||||
signum = {signum}
|
||||
signum = {signum:d}
|
||||
unregister = {unregister}
|
||||
chain = {chain}
|
||||
filename = {filename!r}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue