This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chba
Recipients chba
Date 2020-12-07.16:00:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607356833.89.0.498069278584.issue42591@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.9.0 and 3.9.1rc1 (Packages from Ubuntu Devel Branch or Fedora) the Method
int Py_FrozenMain(int, char**)
is missing in libpython3.9.so

Thus, when trying the provided freeze example via
freeze.py hello.py & make
one gets the linker error
/usr/bin/ld: frozen.o: in function `main': frozen/frozen.c:681: undefined reference to `Py_FrozenMain' .

In previous Python 3.8.x the bug does not show.

Thanks,
Chris
History
Date User Action Args
2020-12-07 16:00:33chbasetrecipients: + chba
2020-12-07 16:00:33chbasetmessageid: <1607356833.89.0.498069278584.issue42591@roundup.psfhosted.org>
2020-12-07 16:00:33chbalinkissue42591 messages
2020-12-07 16:00:33chbacreate