| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @kumaraditya303 for commit 0cb09f9 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F139473%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
|
I'm not sure I understand the rationale here. We already have a test for doing this in a subprocess: test_pending_call_creates_thread. |
Sorry, something went wrong.
Yes, but that runs in main interpreter but this runs in a sub-interpreter. |
Sorry, something went wrong.
|
But why do it in a subprocess? We create and destroy subinterpreters in the main process in other tests, don't we? |
Sorry, something went wrong.
|
I no longer think this is correct so closed it. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
For better isolation from the current runtime, run the test in a separate subprocess similarly to test_pending_call_creates_thread.