Files
packages/lang
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
..
2015-05-13 02:30:20 +02:00
2015-01-06 08:03:36 -08:00
2016-07-10 19:20:01 +03:00
2015-05-04 22:15:22 +08:00
2016-04-29 21:40:17 +02:00
2016-08-23 15:02:10 +03:00
2017-01-23 11:00:53 +03:30
2016-09-16 14:04:52 -04:00
2017-02-16 13:21:13 +00:00
2015-06-17 22:56:26 +08:00
2017-05-10 14:46:25 -04:00
2017-04-09 23:02:54 -06:00
2015-09-14 15:33:18 +02:00
2015-09-14 15:33:18 +02:00
2015-06-30 10:58:19 +02:00
2015-06-30 10:58:19 +02:00
2016-01-23 14:15:55 +01:00
2015-12-21 17:54:02 +01:00
2017-06-10 15:06:53 +02:00
2017-03-27 23:05:49 -03:00
2016-10-30 23:01:52 +01:00