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 serhiy.storchaka
Recipients alexandre.vassalotti, pitrou, rhettinger, serhiy.storchaka
Date 2015-12-18.16:49:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450457346.33.0.711746468775.issue25856@psf.upfronthosting.co.za>
In-reply-to
Content
Actually this is not specific to itertools. Every non-heap class not from the builtins module is affected.

Proposed patch just interns the __module__ value. The patch also cleans up the code.
History
Date User Action Args
2015-12-18 16:49:06serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, alexandre.vassalotti
2015-12-18 16:49:06serhiy.storchakasetmessageid: <1450457346.33.0.711746468775.issue25856@psf.upfronthosting.co.za>
2015-12-18 16:49:06serhiy.storchakalinkissue25856 messages
2015-12-18 16:49:06serhiy.storchakacreate