Skip to content

Commit

Permalink
add modsupport
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbarrett314 committed Nov 27, 2024
1 parent b11a860 commit b17dfab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py313/clinic/_curses_panel.c.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ preserve
[clinic start generated code]*/

#if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
# include "pycore_modsupport.h"
# include "pycore_runtime.h" // _Py_SINGLETON()
#endif

Expand Down
1 change: 1 addition & 0 deletions py313/clinic/_cursesmodule.c.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ preserve
[clinic start generated code]*/

#if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
# include "pycore_modsupport.h"
# include "pycore_gc.h" // PyGC_Head
# include "pycore_runtime.h" // _Py_ID()
#endif
Expand Down

0 comments on commit b17dfab

Please sign in to comment.