diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2022-09-16 14:37:30 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-16 14:37:30 (GMT) |
| commit | 426d72e7ddb0af5cf851914ac75127186dd1ff04 (patch) | |
| tree | 84b2878c3271d4e0f9637b270b6a6835ae501eef /Python/ast_opt.c | |
| parent | e47b96c44f7b48a1e95de24f38f6e3de879b4d61 (diff) | |
| download | cpython-426d72e7ddb0af5cf851914ac75127186dd1ff04.zip cpython-426d72e7ddb0af5cf851914ac75127186dd1ff04.tar.gz cpython-426d72e7ddb0af5cf851914ac75127186dd1ff04.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.
Diffstat (limited to 'Python/ast_opt.c')
0 files changed, 0 insertions, 0 deletions
