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 alexandre.vassalotti
Recipients akuchling, alexandre.vassalotti, eric.smith, ezio.melotti
Date 2010-04-17.21:48:31
SpamBayes Score 0.0024118484
Marked as misclassified No
Message-id <1271540915.38.0.648994957857.issue8404@psf.upfronthosting.co.za>
In-reply-to
Content
I found the issue. The view types didn't have Py_TPFLAGS_CHECKTYPES set, so the types were using the old-style binary operators.

Here's a patch that fixes the issue. Please review.
History
Date User Action Args
2010-04-17 21:48:35alexandre.vassalottisetrecipients: + alexandre.vassalotti, akuchling, eric.smith, ezio.melotti
2010-04-17 21:48:35alexandre.vassalottisetmessageid: <1271540915.38.0.648994957857.issue8404@psf.upfronthosting.co.za>
2010-04-17 21:48:32alexandre.vassalottilinkissue8404 messages
2010-04-17 21:48:32alexandre.vassalotticreate