]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix enum and backslash warnings (GH-25861) (GH-25871)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 May 2021 02:17:23 +0000 (19:17 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 02:17:23 +0000 (19:17 -0700)
commitd194e1eb93e0ab47b63190eeae0dd6dde63ea34d
tree07659247cf4c86f7b8a2ac049502b7ffa6ef4073
parentb86ac4c352b783861ee49a8a7d41acf0c60bac30
fix enum and backslash warnings (GH-25861) (GH-25871)

- Enum warning in test_faulthandler
- backslash warning in test_ipaddress
(cherry picked from commit 652bcd9f9cd2ed89b5fa958f8456556aa43b48cc)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Lib/test/test_faulthandler.py
Lib/test/test_ipaddress.py