diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-06-15 23:12:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 23:12:01 (GMT) |
commit | 0add51672d8c8db4b18838dd592991a6cd9b55ca (patch) | |
tree | 2bbe6348d66a63de5adcf8f25067e1162f728155 /Misc | |
parent | e9cf5a324e10b693d464692ab19422c40d5e179f (diff) | |
download | cpython-0add51672d8c8db4b18838dd592991a6cd9b55ca.zip cpython-0add51672d8c8db4b18838dd592991a6cd9b55ca.tar.gz cpython-0add51672d8c8db4b18838dd592991a6cd9b55ca.tar.bz2 |
[3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-105838)
GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)
(cherry picked from commit a4056c8f9c2d9970d39e3cb6bffb255cd4b8a42c)
Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-06-09-11-19-51.gh-issue-105588.Y5ovpY.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-09-11-19-51.gh-issue-105588.Y5ovpY.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-09-11-19-51.gh-issue-105588.Y5ovpY.rst new file mode 100644 index 0000000..3981dad --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-09-11-19-51.gh-issue-105588.Y5ovpY.rst @@ -0,0 +1,2 @@ +Fix an issue that could result in crashes when compiling malformed +:mod:`ast` nodes. |