Upload WIP gen_sysconfigdata.sh

This commit is contained in:
Thomas A 2023-02-18 20:27:45 -08:00
parent eccac7c6cb
commit 1d5d697198

View File

@ -0,0 +1,10 @@
# My understanding is that the _sysconfigdata.py
# file is suppose to be generated, but I wasn't
# able to figure out how to do that.
#TODO: Figure out how to programatically convert
# the output to the Python friendly Dict.
pushd "../../2.7/Python-2.7.16"
python Lib/sysconfig.py > _sysconfigdata.py
popd