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 Safihre
Recipients Safihre, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-09-30.05:25:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506749142.86.0.213398074469.issue31555@psf.upfronthosting.co.za>
In-reply-to
Content
No, the difference is not wheel vs setuptools. They both generate the identical pyd file. 
The difference is python: if the module is loaded by just being available on the path or if the module is loaded via  imp.load_dynamic

I understand if it's closed because it's not python 3, but it's not external tool related.
History
Date User Action Args
2017-09-30 05:25:42Safihresetrecipients: + Safihre, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2017-09-30 05:25:42Safihresetmessageid: <1506749142.86.0.213398074469.issue31555@psf.upfronthosting.co.za>
2017-09-30 05:25:42Safihrelinkissue31555 messages
2017-09-30 05:25:42Safihrecreate