Skip to content

Commit

Permalink
Add another include for Python 3.13 (#17509)
Browse files Browse the repository at this point in the history
Include `internal/pycore_setobject.h` necessary for `_PySet_Update`.
  • Loading branch information
cdce8p committed Jul 8, 2024
1 parent 78d1dfe commit 3c9f694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypyc/lib-rt/pythonsupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "internal/pycore_genobject.h" // _PyGen_FetchStopIterationValue
#include "internal/pycore_object.h" // _PyType_CalculateMetaclass
#include "internal/pycore_pyerrors.h" // _PyErr_FormatFromCause, _PyErr_SetKeyError
#include "internal/pycore_setobject.h" // _PySet_Update
#include "internal/pycore_unicodeobject.h" // _PyUnicode_EQ, _PyUnicode_FastCopyCharacters
#endif

Expand Down

0 comments on commit 3c9f694

Please sign in to comment.