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 ncoghlan
Recipients Arfrever, Jurko.Gospodnetić, barry, christian.heimes, eric.snow, larry, ncoghlan, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2014-03-11.10:52:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394535162.71.0.176413243781.issue20784@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and yes, this is *definitely* a bug: _collections_abc.__name__ is set to "collections.abc", but if "collections.abc" isn't imported anywhere in the program, then cx-freeze and similar tools will miss the fact that "collections.abc" should be bundled.

If "collections" is changed back to implicitly importing the submodule, that problem should go away (although the lie in __name__ for pickle compatibility may still cause problems with freezing, so it's perhaps worth mentioning in the porting notes regardless).
History
Date User Action Args
2014-03-11 10:52:42ncoghlansetrecipients: + ncoghlan, barry, rhettinger, pitrou, vstinner, larry, christian.heimes, Arfrever, r.david.murray, Jurko.Gospodnetić, python-dev, eric.snow, serhiy.storchaka
2014-03-11 10:52:42ncoghlansetmessageid: <1394535162.71.0.176413243781.issue20784@psf.upfronthosting.co.za>
2014-03-11 10:52:42ncoghlanlinkissue20784 messages
2014-03-11 10:52:42ncoghlancreate