Python 3.13a4: _Py_atomic_load_ssize_relaxed
: identifier not found
#116078
Labels
3.13
bugs and security fixes
OS-windows
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Dear CPython team,
I bumped the nanobind test suite build matrix to include 3.13a4. This works except for compilation on windows via MSVC, which fails with an error complaining that
_Py_atomic_load_ssize_relaxed
is not defined.Link: https://github.com/wjakob/nanobind/actions/runs/8087892173/job/22100798452
I think that including
Python.h
from an extension is all that's needed to trigger this. I know that there has been a lot of activity in this part of the code related to free-threading. But I am not creating a free-threading build.CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
Windows
The text was updated successfully, but these errors were encountered: