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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2015-07-07.17:12:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436289174.13.0.281002838308.issue24582@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks.

FWIW, there was one other issue.  The code is set-up to accommodate aggressive in-lining so that the code in set_contains(), for example, the sets a return value of -1 gets combined with the downstream test for -1 and the pairs gets folded away in the generated code.  Combining the -1 and the zero test gets in the way of this.
History
Date User Action Args
2015-07-07 17:12:54rhettingersetrecipients: + rhettinger, serhiy.storchaka
2015-07-07 17:12:54rhettingersetmessageid: <1436289174.13.0.281002838308.issue24582@psf.upfronthosting.co.za>
2015-07-07 17:12:54rhettingerlinkissue24582 messages
2015-07-07 17:12:53rhettingercreate