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 ezio.melotti, vstinner
Date 2020-12-16.08:02:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608105765.15.0.357215713687.issue42613@roundup.psfhosted.org>
In-reply-to
Content
Tools/freeze/freeze.py is broken for 4 years, since Python 3.6 which added sys.implementation._multiarch to the config directory in sysconfig:

commit 5553231b91e05cf93827b33a79aebe62c4370a09
Author: doko@ubuntu.com <doko@ubuntu.com>
Date:   Tue Jun 14 08:55:19 2016 +0200

    - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
      plat-$(PLATFORM_TRIPLET).
      Rename the config directory (LIBPL) from config-$(LDVERSION) to
      config-$(LDVERSION)-$(PLATFORM_TRIPLET).
      Install the platform specifc _sysconfigdata module into the platform
      directory and rename it to include the ABIFLAGS.
History
Date User Action Args
2020-12-16 08:02:45vstinnersetrecipients: + vstinner, ezio.melotti
2020-12-16 08:02:45vstinnersetmessageid: <1608105765.15.0.357215713687.issue42613@roundup.psfhosted.org>
2020-12-16 08:02:45vstinnerlinkissue42613 messages
2020-12-16 08:02:45vstinnercreate