| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
!buildbot AMD64 Arch Linux Usan Function |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit 27fcb3c 🤖 The command will test the builders whose names match following regular expression: AMD64 Arch Linux Usan Function The builders matched are:
|
Sorry, something went wrong.
|
The USAN buildbot passed test_interpreter_pool. It could be an intermittent race, but it's been failing fairly consistently on 3.x for several days, so the odds are in my favor. 😄 I'm going to proceed as though this fixes the problem but will monitor to see if there are further failures after this lands. |
Sorry, something went wrong.
|
@ZeroIntensity, would you mind a quick review? Thanks! |
Sorry, something went wrong.
There was a problem hiding this comment.
I think this works. It's probably worth refactoring channels to use PyMutex over PyThread_type_lock in the future, but this is fine for now.
Sorry, something went wrong.
|
Thanks @ericsnowcurrently for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
…r The _interpqueues Module (pythongh-125803) This includes a drive-by cleanup in _queues_init() and _queues_fini(). This change also applies to the _interpchannels module. (cherry picked from commit 4848b0b) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
|
GH-125817 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
…r The _interpqueues Module (pythongh-125803) This includes a drive-by cleanup in _queues_init() and _queues_fini(). This change also applies to the _interpchannels module.
| Back | FazBrowse Home | New Git URL |
This includes a drive-by cleanup in _queues_init() and _queues_fini().
This change also applies to the _interpchannels module.