[issue42591] Method Py_FrozenMain missing in libpython3.9

Christian Bachmaier report at bugs.python.org
Thu Dec 10 07:45:26 EST 2020


Christian Bachmaier <chris at infosun.fim.uni-passau.de> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42591>
_______________________________________


More information about the Python-bugs-list mailing list