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 methane
Recipients methane, villemoes
Date 2016-12-20.03:23:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482204229.45.0.312822384477.issue29019@psf.upfronthosting.co.za>
In-reply-to
Content
Since `seq` is checked by PyDict_CheckExact(seq) already,
((PyDictObject*)seq)->ma_used may be better.
History
Date User Action Args
2016-12-20 03:23:49methanesetrecipients: + methane, villemoes
2016-12-20 03:23:49methanesetmessageid: <1482204229.45.0.312822384477.issue29019@psf.upfronthosting.co.za>
2016-12-20 03:23:49methanelinkissue29019 messages
2016-12-20 03:23:49methanecreate