--- Lib/sysconfig.py.orig	2020-09-05 17:22:07.000000000 +1000
+++ Lib/sysconfig.py	2021-03-16 00:54:25.000000000 +1100
@@ -396,7 +396,7 @@
         f.write('# system configuration generated and used by'
                 ' the sysconfig module\n')
         f.write('build_time_vars = ')
-        pprint.pprint(vars, stream=f)
+        pprint.pprint(vars, stream=f, width=4000)
 
     # Create file used for sys.path fixup -- see Modules/getpath.c
     with open('pybuilddir.txt', 'w', encoding='ascii') as f:
