Uh oh!
There was an error while loading. Please reload this page.
GH-130396: Increase trashcan overhead - #130552
Conversation
markshannon
commented
Feb 25, 2025
!buildbot Windows.*2022.*NoGIL |
bedevere-bot
commented
Feb 25, 2025
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 1a1a46c 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F130552%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
markshannon
commented
Feb 25, 2025
!buildbot Windows.*2022.*NoGIL.*3 |
bedevere-bot
commented
Feb 25, 2025
The regex 'Windows.*2022.*NoGIL.*3' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
1a1a46c to
ba9702cCompareSo, to make sure I understand:
Can you clarify why these new numbers are chosen? It seems like it made sense before: deposit if we don't have room for a finalizer (margin of 1), and don't empty if doing so would immediately start putting stuff back in the trashcan (margin of 2, one higher than what's used in Are the new numbers chosen just because they're "higher"? If so, it's probably |
markshannon
commented
Feb 25, 2025
It is possible that the increase in Even so, I think it is a good idea to have a bit more headroom for the trashcan, so that raising exceptions, calls to instrumentation, sys.audit, etc don't trigger a recursion error. |
Uh oh!
There was an error while loading. Please reload this page.