Files
cpython/Lib/test
Serhiy Storchaka 426d72e7dd gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Previously codeop.compile_command() emitted compiler warnings (SyntaxWarning or
DeprecationWarning) and raised a SyntaxError for incomplete input containing
a potentially incorrect code. Now it always returns None for incomplete input
without emitting any warnings.
2022-09-16 17:37:30 +03:00
..
2022-04-07 12:27:35 -07:00
2022-04-07 12:27:35 -07:00
2022-08-04 18:12:35 +02:00
2022-08-04 18:12:35 +02:00
2022-04-23 14:48:17 -07:00