Kaydet (Commit) eae1b28f authored tarafından Georg Brandl's avatar Georg Brandl

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

üst bc4af35f
......@@ -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 --')
......
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