Commit 999f0111 authored by Guido van Rossum's avatar Guido van Rossum

Add the exceptions module to the 'never' list -- it is built in.

parent 5c4f53cb
......@@ -3,7 +3,7 @@ import regex
# Write the config.c file
never = ['marshal', '__main__', '__builtin__', 'sys']
never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions']
def makeconfig(infp, outfp, modules, with_ifdef=0):
m1 = regex.compile('-- ADDMODULE MARKER 1 --')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment