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 vstinner
Recipients eric.snow, pablogsal, vstinner
Date 2021-09-17.21:00:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631912428.06.0.249528876702.issue45236@roundup.psfhosted.org>
In-reply-to
Content
I think that I just fixed it with:

commit 41551ee7e24fb6c58846836d3655dbb212281206 (HEAD -> main, upstream/main)
Author: Victor Stinner <vstinner@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.
History
Date User Action Args
2021-09-17 21:00:28vstinnersetrecipients: + vstinner, eric.snow, pablogsal
2021-09-17 21:00:28vstinnersetmessageid: <1631912428.06.0.249528876702.issue45236@roundup.psfhosted.org>
2021-09-17 21:00:28vstinnerlinkissue45236 messages
2021-09-17 21:00:27vstinnercreate