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 christian.heimes, pitrou, rhettinger, serhiy.storchaka
Date 2013-10-07.19:35:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381174539.56.0.480859980209.issue19188@psf.upfronthosting.co.za>
In-reply-to
Content
There are PyFrozenSet_CheckExact() and PyAnySet_CheckExact() but there is no PySet_CheckExact(). Perhaps we should add it for consistency.
History
Date User Action Args
2013-10-07 19:35:39serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, christian.heimes
2013-10-07 19:35:39serhiy.storchakasetmessageid: <1381174539.56.0.480859980209.issue19188@psf.upfronthosting.co.za>
2013-10-07 19:35:39serhiy.storchakalinkissue19188 messages
2013-10-07 19:35:39serhiy.storchakacreate