STINNER Victor <vstin...@python.org> added the comment:

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: d...@ubuntu.com <d...@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42613>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to