mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject (GH-127910) After commit 10a91d7e9 introduced arena cleanup, commit 2dfbd4f36 removed the free call when _PyCompile_AstOptimize fails. (cherry picked from commit cfeaa992ba9bad9be2687afcafd85156703d74e8) Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
Miscellaneous source files for the main Python shared library