Message 382829 - Python tracker

Message382829

Author chba
Recipients chba, vstinner
Date 2020-12-10.12:45:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607604326.24.0.369968790568.issue42591@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-12-10 12:45:26chbasetrecipients: + chba, vstinner
2020-12-10 12:45:26chbasetmessageid: <1607604326.24.0.369968790568.issue42591@roundup.psfhosted.org>
2020-12-10 12:45:26chbalinkissue42591 messages
2020-12-10 12:45:26chbacreate