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 serprex
Recipients belopolsky, mark.dickinson, rhettinger, serprex
Date 2010-07-05.14:07:33
SpamBayes Score 0.003754512
Marked as misclassified No
Message-id <1278338861.85.0.723093385475.issue9155@psf.upfronthosting.co.za>
In-reply-to
Content
I've fixed the segfaulting in IN and NOT_IN, though the code requires cleaning due to the obtusely cargo culted nature of those opcodes

I'm also including an incrementation which completely removes COMPARE_OP, using the opcode to determine the comparison type. As a result, I found it safe to remove the PyCmp_ enum, though cpickle seems to disagree. It's also lacking performance wise
History
Date User Action Args
2010-07-05 14:07:41serprexsetrecipients: + serprex, rhettinger, mark.dickinson, belopolsky
2010-07-05 14:07:41serprexsetmessageid: <1278338861.85.0.723093385475.issue9155@psf.upfronthosting.co.za>
2010-07-05 14:07:39serprexlinkissue9155 messages
2010-07-05 14:07:39serprexcreate