Uh oh!
There was an error while loading. Please reload this page.
gh-126366: Make native generators thread safe - #126371
Conversation
corona10
commented
Nov 3, 2024
cc @colesbury |
corona10
commented
Nov 3, 2024
I will try to take a look at today :) |
Uh oh!
There was an error while loading. Please reload this page.
list.__init__ZeroIntensity
commented
Nov 4, 2024
Closing in favor of #120327 |
Fidget-Spinner
commented
Nov 6, 2024
Wait I closed my PR in favour of yours... 😆 @ZeroIntensity |
ZeroIntensity
commented
Nov 6, 2024
Ah! I'll reopen this and list you as a co-author if yours has merge conflicts. |
Uh oh!
There was an error while loading. Please reload this page.
vstinner
left a comment
There was a problem hiding this comment.
There is a warning:
Check warning on line 129 in Python/ceval_macros.h
‘gen_frame’ may be used uninitialized in this function [-Wmaybe-uninitialized]
vstinner
left a comment
There was a problem hiding this comment.
The overall approach LGTM. I'm feeling more confortable with more critical sections :-)
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.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Victor Stinner <vstinner@python.org>
This reverts commit 770ce09.
colesbury
commented
Jan 2, 2025
|
This PR is stale because it has been open for 30 days with no activity. |
Co-authored-by: Ken Jin kenjin@python.org
ChainMapof aCounterin threads #126366