diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-09-25 08:21:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 08:21:00 (GMT) |
commit | a386d1341c29b093ba496373934a4a58eb5dd342 (patch) | |
tree | c4e43bff42c772bdb97216222bf4417fb8ae21e6 /Python/preconfig.c | |
parent | 4d1de8704215858e4db1c248b6caeed40338e887 (diff) | |
download | cpython-a386d1341c29b093ba496373934a4a58eb5dd342.zip cpython-a386d1341c29b093ba496373934a4a58eb5dd342.tar.gz cpython-a386d1341c29b093ba496373934a4a58eb5dd342.tar.bz2 |
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.
(cherry picked from commit 426d72e7ddb0af5cf851914ac75127186dd1ff04)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/preconfig.c')
0 files changed, 0 insertions, 0 deletions