packages/lang/python/python3/patches
Alexandru Ardelean 576c45eb0a python3: fix distutils path to package when using bytecodes
If there is only Python bytecodes, then
the __init__.py script will be concatenated, and
the __init__.pyc as well.

This is becase this bit `path = os.path.join(path, '__init__'+extension)`
is iterated twice.

This is a bug in Python3, also because we ship bytecodes
instead of source code [ with Python & Python3 ].
Python is not affected.

Reported-by: Mirko Vogt <mirko@nanl.de>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-06-12 23:26:54 +03:00
..
001-enable-zlib.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
003-do-not-run-distutils-tests.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
004-do-not-write-bytes-codes.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
006-remove-debian-multiarch-support.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
007-distutils-do-not-adjust-path.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
008-fix-distutils-path-creation.patch python3: fix distutils path to package when using bytecodes 2017-06-12 23:26:54 +03:00
010-do-not-add-rt-lib-dirs-when-cross-compiling.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
011-fix-ncursesw-definition-colisions.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
012-disable-wcsftime-detection.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
014-remove-platform-so-suffix.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
015-abort-on-failed-modules.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
016-adjust-config-paths.patch python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00