[issue45395] Frozen stdlib modules are discarded if custom frozen modules added.

Marc-Andre Lemburg report at bugs.python.org
Tue Oct 26 10:16:16 EDT 2021


Marc-Andre Lemburg <mal at egenix.com> added the comment:

On 26.10.2021 16:02, Eric Snow wrote:
> 
> FYI, I figured out the problem on my end.  I wasn't using an installed python.  Once I did it worked fine.

Oh, you mean you tried using it directly from the source tree ?
I don't think I ever tried that direct route.

When building PyRun, I first install to a temporary directory and
then use this to run the freeze.py tool, generate the frozen .c
files and run make to have the executable built.

I've pretty much finished the port to 3.10.

I'll try the main version in the next couple of days. There's currently
a lot of work going on for the makesetup / Setup files
(https://bugs.python.org/issue45548). I'm waiting for that to stabilize.

----------

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


More information about the Python-bugs-list mailing list