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 Alexandru Ardelean
Recipients Alexandru Ardelean
Date 2017-06-13.08:25:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497342325.52.0.976101644169.issue30645@psf.upfronthosting.co.za>
In-reply-to
Content
On OpenWrt, the Python & Python3 are shipped with bytecodes [also, bytecode compiling is disabled by default].
2 reasons for that: 1) that would fill up flash/RAM 2) bytecodes can be up to 10x faster than Python source code

I got a report of an issue with virtualenv on Python3, that had a weird path: the `virtualenv /test` would generate `/test/lib/virtualenv/__init__.py/__init__.pyc`


The fix is here in the patch file:
https://github.com/openwrt/packages/pull/4475/commits/576c45eb0a5314121aeb2f8d8931644b65e5be99
History
Date User Action Args
2017-06-13 08:25:25Alexandru Ardeleansetrecipients: + Alexandru Ardelean
2017-06-13 08:25:25Alexandru Ardeleansetmessageid: <1497342325.52.0.976101644169.issue30645@psf.upfronthosting.co.za>
2017-06-13 08:25:25Alexandru Ardeleanlinkissue30645 messages
2017-06-13 08:25:25Alexandru Ardeleancreate