8000 gh-119247: Add macros to use PySequence_Fast safely in free-threaded build by MojoVampire · Pull Request #119315 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-119247: Add m 8000 acros to use PySequence_Fast safely in free-threaded build #119315

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

Merged
merged 9 commits into from
May 22, 2024
Prev Previous commit
Next Next commit
Remove listobject.h include per review (all users of pycore_critical_…
…section include Python.h which provides listobject.h)
  • Loading branch information
MojoVampire committed May 22, 2024
commit 515ee56bd2bb4f4949f51a24bb4a456cd7dae03a
1 change: 0 additions & 1 deletion Include/internal/pycore_critical_section.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include "pycore_lock.h" // PyMutex
#include "pycore_pystate.h" // _PyThreadState_GET()
#include "listobject.h" // PyList_CheckExact
#include <stdint.h>

#ifdef __cplusplus
Expand Down
0