You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provision CPython 3.15.0b4 instead of 3.15.0b1 for validation
`import torch` segfaults with every published cp315 wheel under the 3.15.0b1
build. The crash is pybind11 3.0.4's gil_scoped_acquire teardown in
python_tracer::init(), reached from torch._C._autograd_init():
THPAutograd_initExtension -> python_tracer::init()
-> ~gil_scoped_acquire() -> dec_ref() -> PyThreadState_Clear -> SIGSEGV
The same wheel imports and runs cleanly under 3.15.0b4, so bump the pin. This
is what has been failing every Linux and aarch64 3.15 leg.
0 commit comments