Message382829
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 |
|
| Date |
User |
Action |
Args |
| 2020-12-10 12:45:26 | chba | set | recipients:
+ chba, vstinner |
| 2020-12-10 12:45:26 | chba | set | messageid: <1607604326.24.0.369968790568.issue42591@roundup.psfhosted.org> |
| 2020-12-10 12:45:26 | chba | link | issue42591 messages |
| 2020-12-10 12:45:26 | chba | create | |
|