GH-116226: include `pthread_stubs.h` in `pycore_pythreads.h` (#116227)

This commit is contained in:
Brett Cannon 2024-03-01 15:22:31 -08:00 committed by GitHub
parent 9e88173d36
commit 90a1e9880f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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 {