Ticket #61282: sysconfig.py.diff
File sysconfig.py.diff, 507 bytes (added by jmroot (Joshua Root), 4 years ago) |
---|
-
Lib/sysconfig.py
old new 417 417 f.write('# system configuration generated and used by' 418 418 ' the sysconfig module\n') 419 419 f.write('build_time_vars = ') 420 pprint.pprint(vars, stream=f )420 pprint.pprint(vars, stream=f, width=4000) 421 421 422 422 # Create file used for sys.path fixup -- see Modules/getpath.c 423 423 with open('pybuilddir.txt', 'w', encoding='utf8') as f: