-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scratch PR for reducing PyPy issue observed under #4246 #4268
Scratch PR for reducing PyPy issue observed under #4246 #4268
Conversation
…cluding** `nullptr` Guarded by `PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF`
…il_scoped" This reverts commit 55c4ea1.
4817e4c
to
910e3ae
Compare
Hi @mattip, after a round of brute-force-trial-and-error I'm thinking there are two problems.
We can But we cannot If you look in this PR, test_gil_scoped.py has only this left:
I also added some But something in the pytest process gets upset somehow and the process hangs, I don't know for how long, I'm guessing "forever". I'll let it timeout this time; before I always cancelled manually. Taking another guess: I suspect there is something between
Do those two pretty small pieces of code ring any bells? Copy of section in CI log:
|
The job was still hanging after 2h 4m. I cancelled it, getting worried about burning our CI quota for no good reason. |
Nothing there looks familiar. To move ahead, perhaps skip the tests on windows + pypy |
Thanks for looking again. PR #4246 already has an |
Description
WIP
Suggested changelog entry: