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 28cfd59 commit a6ec7d0Copy full SHA for a6ec7d0
Modules/_heapqmodule.c
@@ -12,6 +12,7 @@ annotated by François Pinard, and converted to C by Raymond Hettinger.
12
13
#include "Python.h"
14
#include "pycore_list.h" // _PyList_ITEMS(), _PyList_AppendTakeRef()
15
+#include "pycore_pyatomic_ft_wrappers.h"
16
17
#include "clinic/_heapqmodule.c.h"
18
0 commit comments