We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffdcff commit 061265eCopy full SHA for 061265e
Python/ceval_gil.c
@@ -1,5 +1,6 @@
1
2
#include "Python.h"
3
+#include "pycore_atomic.h" // _Py_ANNOTATE_RWLOCK_XXXX
4
#include "pycore_ceval.h" // _PyEval_SignalReceived()
5
#include "pycore_initconfig.h" // _PyStatus_OK()
6
#include "pycore_interp.h" // _Py_RunGC()
0 commit comments