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 78d1dfe commit 3c9f694Copy full SHA for 3c9f694
mypyc/lib-rt/pythonsupport.h
@@ -22,6 +22,7 @@
22
#include "internal/pycore_genobject.h" // _PyGen_FetchStopIterationValue
23
#include "internal/pycore_object.h" // _PyType_CalculateMetaclass
24
#include "internal/pycore_pyerrors.h" // _PyErr_FormatFromCause, _PyErr_SetKeyError
25
+#include "internal/pycore_setobject.h" // _PySet_Update
26
#include "internal/pycore_unicodeobject.h" // _PyUnicode_EQ, _PyUnicode_FastCopyCharacters
27
#endif
28
0 commit comments