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, stutzbach, ysj.ray
Date 2010-12-01.00:08:19
SpamBayes Score 5.6707217e-05
Marked as misclassified No
Message-id <1291162100.29.0.0766646745815.issue8743@psf.upfronthosting.co.za>
In-reply-to
Content
No need to rush this for the beta.  It's a bug fix and can go in at any time.  The important thing is that we don't break the C code.  The __ror__ magic method would still need to do the right thing and the C code needs to defend against the interpreter swapping self and other.
History
Date User Action Args
2010-12-01 00:08:20rhettingersetrecipients: + rhettinger, stutzbach, ysj.ray
2010-12-01 00:08:20rhettingersetmessageid: <1291162100.29.0.0766646745815.issue8743@psf.upfronthosting.co.za>
2010-12-01 00:08:19rhettingerlinkissue8743 messages
2010-12-01 00:08:19rhettingercreate