summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_faulthandler.py
diff options
context:
space:
mode:
authorEthan Furman <ethan@stoneleaf.us>2021-05-04 01:44:30 (GMT)
committerGitHub <noreply@github.com>2021-05-04 01:44:30 (GMT)
commit652bcd9f9cd2ed89b5fa958f8456556aa43b48cc (patch)
treebe4d08dca5ddf947f5f295eb13a431736057fa69 /Lib/test/test_faulthandler.py
parentd783ce789dd0688700a5ee3a4c7afdbecf3bf726 (diff)
downloadcpython-652bcd9f9cd2ed89b5fa958f8456556aa43b48cc.zip
cpython-652bcd9f9cd2ed89b5fa958f8456556aa43b48cc.tar.gz
cpython-652bcd9f9cd2ed89b5fa958f8456556aa43b48cc.tar.bz2
fix enum and backslash warnings (GH-25861)
- Enum warning in test_faulthandler - backslash warning in test_ipaddress
Diffstat (limited to 'Lib/test/test_faulthandler.py')
-rw-r--r--Lib/test/test_faulthandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_faulthandler.py b/Lib/test/test_faulthandler.py
index 6486244..29a7085 100644
--- a/Lib/test/test_faulthandler.py
+++ b/Lib/test/test_faulthandler.py
@@ -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}