[Python-checkins] [3.13] Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject (GH-128006)

2024-12-16 Thread berkerpeksag
https://github.com/python/cpython/commit/367ea893847439502e155708539917bf655beb40 commit: 367ea893847439502e155708539917bf655beb40 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: berkerpeksag date: 2024-12-16T23:26:39+02:00 summary:

[Python-checkins] Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject (GH-127910)

2024-12-16 Thread berkerpeksag
https://github.com/python/cpython/commit/cfeaa992ba9bad9be2687afcafd85156703d74e8 commit: cfeaa992ba9bad9be2687afcafd85156703d74e8 branch: main author: Berker Peksag committer: berkerpeksag date: 2024-12-16T22:59:36+02:00 summary: Free arena on _PyCompile_AstOptimize failure in