Skip to content

Commit 3c9f694

Browse files
authored
Add another include for Python 3.13 (#17509)
Include `internal/pycore_setobject.h` necessary for `_PySet_Update`.
1 parent 78d1dfe commit 3c9f694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/lib-rt/pythonsupport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "internal/pycore_genobject.h" // _PyGen_FetchStopIterationValue
2323
#include "internal/pycore_object.h" // _PyType_CalculateMetaclass
2424
#include "internal/pycore_pyerrors.h" // _PyErr_FormatFromCause, _PyErr_SetKeyError
25+
#include "internal/pycore_setobject.h" // _PySet_Update
2526
#include "internal/pycore_unicodeobject.h" // _PyUnicode_EQ, _PyUnicode_FastCopyCharacters
2627
#endif
2728

0 commit comments

Comments
 (0)