Uh oh!
There was an error while loading. Please reload this page.
bpo-41994: Fix refcount issues in Python/import.c - #22632
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
Oct 11, 2020
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 25ba819 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
serhiy-storchaka
commented
Oct 22, 2020
@ericsnowcurrently, please take a look. It has relation to the code added by you (support of arbitrary mapping as |
This PR is stale because it has been open for 30 days with no activity. |
There was a problem hiding this comment.
I went through the changes and they look OK to me!
To review, I needed to merge current master & resolve a small conflict; I hope you don't mind me pushing that into this PR.
@ericsnowcurrently, do you want to review as well? I might have missed some big-picture issue.
serhiy-storchaka
commented
Dec 29, 2020
Thank you @encukou. I planned to merge with master, but it needed some time because there is easy to miss some detail in large image when change how reference counted. Good opportunity to do one more review. |
bedevere-bot
commented
Dec 29, 2020
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 03e405f 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
encukou
commented
Dec 30, 2020
Unfortunately that last merge was with a leaking master, which is now fixed. Another merge should fix the tests. |
bedevere-bot
commented
Dec 30, 2020
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit c31124f 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
And now the tests failed because of bpo-42794. This PR seems cursed :( |
bedevere-bot
commented
Jan 5, 2021
miss-islington
commented
Jan 12, 2021
Thanks @serhiy-storchaka for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
miss-islington
commented
Jan 12, 2021
Sorry, @serhiy-storchaka and @encukou, I could not cleanly backport this to |
https://bugs.python.org/issue41994