| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I didn't look at the diff, but I confirm that this PR fix the issue that I reported: $ ./python -m test -R 3:3 -j0 test_asyncgen test_builtin test_coroutines test_exceptions test_syntax ... Tests result: SUCCESS |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 55d9d2b 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Sorry, something went wrong.
* Fix potential memory leak in assembler init. * Fix reference leak when encountering error during compilation of function body.
| Back | FazBrowse Home | New Git URL |
The actual memory leak fix is the change on line 2279.
It looks like assemble_init could potentially leak as well, so I've fixed that as well.
https://bugs.python.org/issue42246