Dear Victor,
a simple test with the tools/freeze/hello.py example was successfull with your patch and the newest cpython from github.
1. git clone https://github.com/python/cpython.git
2. Applied a patch of your pull request
3. configure, make, amke install to xxx
4. freeze.py wants wants this for a very long time:
ln -s /usr/local/lib/python3.10/config-3.10-x86_64-linux-gnu
/usr/local/lib/python3.10/config-3.10
5. python3 cpython/Tools/freeze.py -o frozen hello.py
6. cd frozen; make; ./hello
Helo world...
Thanks again,
Chris |