[issue45866] Out of tree build of Python 3.11.0a2+ breaks regen-frozen

Miro Hrončok report at bugs.python.org
Mon Nov 22 07:36:12 EST 2021


Miro Hrončok <miro at hroncok.cz> added the comment:

git bisect says:

ff8859d965815e8b5af346bd90299cfa5568c855 is the first new commit
commit ff8859d965815e8b5af346bd90299cfa5568c855
Author: Victor Stinner <vstinner at python.org>
Date:   Thu Oct 7 21:19:13 2021 +0200

    bpo-45402: Fix test_tools.test_sundry() (GH-28786)
    
    Fix test_tools.test_sundry() when Python is built out of tree: fix
    how the freeze_modules.py tool locates the _freeze_module program.

 Misc/NEWS.d/next/Tests/2021-10-07-13-43-01.bpo-45402.jlQvep.rst | 3 +++
 Tools/scripts/freeze_modules.py                                 | 7 ++++---
 2 files changed, 7 insertions(+), 3 deletions(-)
 create mode 100644 Misc/NEWS.d/next/Tests/2021-10-07-13-43-01.bpo-45402.jlQvep.rst

It seems the fix for an out-of-tree build bug introduced another one.

----------

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


More information about the Python-bugs-list mailing list