[issue45402] ERROR: test_sundry (test.test_tools.test_sundry.TestSundryScripts): SystemExit: ERROR: missing _freeze_module

STINNER Victor report at bugs.python.org
Thu Oct 7 07:41:55 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

My fix for bpo-45020 no longer works, I'm not sure why:

commit 41551ee7e24fb6c58846836d3655dbb212281206
Author: Victor Stinner <vstinner at python.org>
Date:   Fri Sep 17 20:20:43 2021 +0200

    bpo-45020: Fix build out of source tree (GH-28410)
    
    * Makefile.pre.in: Add $(srcdir) when needed, remove it when it was
      used by mistake.
    * freeze_modules.py tool uses ./Programs/_freeze_module if the
      executable doesn't exist in the source tree.

I'm working on a new fix.

----------

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


More information about the Python-bugs-list mailing list