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 hroncok
Recipients eric.snow, hroncok, petr.viktorin, vstinner
Date 2021-11-22.12:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637584572.87.0.582404439394.issue45866@roundup.psfhosted.org>
In-reply-to
Content
git bisect says:

ff8859d965815e8b5af346bd90299cfa5568c855 is the first new commit
commit ff8859d965815e8b5af346bd90299cfa5568c855
Author: Victor Stinner <vstinner@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.

 bpo-45402.jlQvep.rst">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 bpo-45402.jlQvep.rst">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.
History
Date User Action Args
2021-11-22 12:36:12hroncoksetrecipients: + hroncok, vstinner, petr.viktorin, eric.snow
2021-11-22 12:36:12hroncoksetmessageid: <1637584572.87.0.582404439394.issue45866@roundup.psfhosted.org>
2021-11-22 12:36:12hroncoklinkissue45866 messages
2021-11-22 12:36:12hroncokcreate