Skip to content

Commit e460b5a

Browse files
committed
include atomic wrappers in pycore_list.h
1 parent 67c9459 commit e460b5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Include/internal/pycore_list.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ extern "C" {
1212
#include "pycore_stackref.h"
1313
#endif
1414

15+
#include "pycore_pyatomic_ft_wrappers.h"
16+
1517
PyAPI_FUNC(PyObject*) _PyList_Extend(PyListObject *, PyObject *);
1618
extern void _PyList_DebugMallocStats(FILE *out);
1719
// _PyList_GetItemRef should be used only when the object is known as a list

0 commit comments

Comments
 (0)