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 pitrou
Recipients belopolsky, pitrou, rhettinger
Date 2009-10-28.09:33:01
SpamBayes Score 0.00064435205
Marked as misclassified No
Message-id <1256722382.93.0.869337336141.issue7224@psf.upfronthosting.co.za>
In-reply-to
Content
A simple way to try and see a difference would be to import lot of modules.

By the way, you shouldn't call it _PySet_Add(), it would cause confusion
with the existing PySet_Add(). _PySet_Intern() would be fine.
History
Date User Action Args
2009-10-28 09:33:03pitrousetrecipients: + pitrou, rhettinger, belopolsky
2009-10-28 09:33:02pitrousetmessageid: <1256722382.93.0.869337336141.issue7224@psf.upfronthosting.co.za>
2009-10-28 09:33:01pitroulinkissue7224 messages
2009-10-28 09:33:01pitroucreate