Uh oh!
There was an error while loading. Please reload this page.
gh-151126:Fix missing memory errors in _interpretersmodule.c - #151624
Conversation
Uh oh!
There was an error while loading. Please reload this page.
GH-152169 is a backport of this pull request to the 3.15 branch. |
Sorry, @lpyu001 and @sobolevn, I could not cleanly backport this to |
GH-152170 is a backport of this pull request to the 3.14 branch. |
sobolevn
commented
Jun 25, 2026
@lpyu001 can you please check why did the 3.13 backport failed? Do we need one? |
serhiy-storchaka
commented
Jul 15, 2026
Please don't forget about backports. |
GH-153765 is a backport of this pull request to the 3.13 branch. |
lpyu001
commented
Jul 15, 2026
Done. Thanks! |
lpyu001
commented
Jul 15, 2026
3.13 still uses the older cross-interpreter buffer implementation. The same missing-exception paths are present there,I've backport it to 3.13 |
PyErr_NoMemory()call after failing memory allocation #151126