packages/lang/python/python3
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
..
files python3-pip: override Package/python3-pip/install rule 2017-05-19 17:28:08 +03:00
patches python3: fix distutils path to package when using bytecodes 2017-06-12 23:26:54 +03:00
Makefile python3: fix distutils path to package when using bytecodes 2017-06-12 23:26:54 +03:00