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

Skip to content

Commit e7d8322

Browse files
committed
exceptions was missing from the module list. Added.
1 parent 535c524 commit e7d8322

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/Modules/macconfig.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ struct _inittab _PyImport_Inittab[] = {
306306
/* These entries are here for sys.builtin_module_names */
307307
{"__main__", NULL},
308308
{"__builtin__", NULL},
309+
{"exceptions", NULL},
309310
{"sys", NULL},
310311

311312
/* Sentinel */

0 commit comments

Comments
 (0)