mirror of https://github.com/python/cpython
GH-116226: include `pthread_stubs.h` in `pycore_pythreads.h` (#116227)
This commit is contained in:
parent
9e88173d36
commit
90a1e9880f
|
@ -46,7 +46,8 @@ extern "C" {
|
|||
|
||||
|
||||
#if defined(HAVE_PTHREAD_STUBS)
|
||||
#include <stdbool.h> // bool
|
||||
#include "cpython/pthread_stubs.h" // PTHREAD_KEYS_MAX
|
||||
#include <stdbool.h> // bool
|
||||
|
||||
// pthread_key
|
||||
struct py_stub_tls_entry {
|
||||
|
|
Loading…
Reference in New Issue