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

Skip to content

Commit efdf107

Browse files
committed
Add the exceptions module to the 'never' list -- it is built in.
1 parent 152e3f0 commit efdf107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/freeze/makeconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Write the config.c file
55

6-
never = ['marshal', '__main__', '__builtin__', 'sys']
6+
never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions']
77

88
def makeconfig(infp, outfp, modules, with_ifdef=0):
99
m1 = regex.compile('-- ADDMODULE MARKER 1 --')

0 commit comments

Comments
 (0)