mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
f9cca365c7
Issue #28691: Fix warn_invalid_escape_sequence(): handle correctly DeprecationWarning raised as an exception. First clear the current exception to replace the DeprecationWarning exception with a SyntaxError exception. Unit test written by Serhiy Storchaka.
Miscellaneous source files for the main Python shared library