https://github.com/python/cpython/commit/90a1e9880fb0c03a82df6eaa9c7430b03e86531c
commit: 90a1e9880fb0c03a82df6eaa9c7430b03e86531c
branch: main
author: Brett Cannon <[email protected]>
committer: brettcannon <[email protected]>
date: 2024-03-01T15:22:31-08:00
summary:
GH-116226: include `pthread_stubs.h` in `pycore_pythreads.h` (#116227)
files:
M Include/internal/pycore_pythread.h
diff --git a/Include/internal/pycore_pythread.h
b/Include/internal/pycore_pythread.h
index d017d4ff308aa8..d2e7cc2a206ced 100644
--- a/Include/internal/pycore_pythread.h
+++ b/Include/internal/pycore_pythread.h
@@ -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 {
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]