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, brett.cannon, eric.snow, ncoghlan, r.david.murray
Date 2017-06-14.07:42:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497426164.09.0.0849826266181.issue30645@psf.upfronthosting.co.za>
In-reply-to
Content
Damn.

You guys are more corporate than... <scratching on forehead>... anyway.

Please tell me, how to send you my signed CLA.
Not sure if posting the link or PDF is fine here, but I'd be fine with that too.

To resolve your first 2 notes: I am not using the imp module, nor the imp.load_package() function.
I did see it was marked DEPRECATED.

But, virtualenv uses it in it's latest release [15.1.0].
This is from trunk:
https://github.com/pypa/virtualenv/blob/master/virtualenv_embedded/distutils-init.py#L17

But that's not the actual code that's used.
Seems virtualenv, has a twisted way of keeping Python code base64 encoded & zipped within the virtualenv.py script.
https://github.com/pypa/virtualenv/blob/master/virtualenv.py#L2117

So, maybe we can tell them not to use it, but let's see.
In my case, I just have a bug report [I was notified via email directly], that this is an issue with Python3 + virtualenv on LEDE & OpenWrt.
Python + virtualenv is not affected.

While I'm here, maybe I could use this opportunity to start sending a few more patches from the OpenWrt/LEDE package build.
But let's see how we resolve the legal matter first.
History
Date User Action Args
2017-06-14 07:42:44Alexandru Ardeleansetrecipients: + Alexandru Ardelean, brett.cannon, ncoghlan, r.david.murray, eric.snow
2017-06-14 07:42:44Alexandru Ardeleansetmessageid: <1497426164.09.0.0849826266181.issue30645@psf.upfronthosting.co.za>
2017-06-14 07:42:44Alexandru Ardeleanlinkissue30645 messages
2017-06-14 07:42:43Alexandru Ardeleancreate