Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 277fc7e

Browse files
committed
Enable _AH module.
1 parent bc60354 commit 277fc7e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Mac/Build/PythonStandSmall.mcp

0 Bytes
Binary file not shown.

Mac/Modules/macconfig.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ extern void initicglue();
9494
#ifndef USE_CORE_TOOLBOX
9595
#define USE_CORE_TOOLBOX
9696
#endif
97+
extern void init_AH();
9798
extern void init_App();
9899
extern void init_Fm();
99100
extern void init_Help();
@@ -229,6 +230,7 @@ struct _inittab _PyImport_Inittab[] = {
229230
{"_Res", init_Res},
230231
#endif
231232
#ifdef USE_TOOLBOX
233+
{"_AH", init_AH},
232234
{"_App", init_App},
233235
{"_Fm", init_Fm},
234236
{"_IBCarbon", init_IBCarbon},

0 commit comments

Comments
 (0)