#6078: _warnings is a builtin module and has no standard init_warnings function.

This commit is contained in:
Georg Brandl 2009-05-22 17:00:17 +00:00
parent bc4af35f9e
commit eae1b28fb1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import re
# Write the config.c file
never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions']
never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions', '_warnings']
def makeconfig(infp, outfp, modules, with_ifdef=0):
m1 = re.compile('-- ADDMODULE MARKER 1 --')