We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0649b17 commit 64ad969Copy full SHA for 64ad969
cpython-unix/build-cpython.sh
@@ -648,7 +648,7 @@ def format_sysconfigdata():
648
649
with open(SYSCONFIGDATA, "wb") as fh:
650
fh.write(b'# system configuration generated and used by the sysconfig module\n')
651
- fh.write(('build_time_vars = %s' % json.dumps(build_time_vars, indent=4)).encode("utf-8"))
+ fh.write(('build_time_vars = %s' % json.dumps(build_time_vars, indent=4, sort_keys=True)).encode("utf-8"))
652
fh.close()
653
654
0 commit comments