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 werneck
Recipients amaury.forgeotdarc, christian.heimes, collinwinter, fdrake, mwh, werneck
Date 2008-05-10.18:35:15
SpamBayes Score 0.0048230356
Marked as misclassified No
Message-id <1210444518.19.0.120010082838.issue1410739@psf.upfronthosting.co.za>
In-reply-to
Content
I agree it's not a good idea to be too much specific about this. The
patch attached adds the following footnote to the 'is' operator:

Due to automatic garbage-collection, free lists, and the dynamic nature
of descriptors, you may notice unusual behaviour in certain combinations
of :keyword:`is` operator, like those involving identity comparisons
between class and instancemethods, and free instances in the same
expression. Check their docs for more info.
History
Date User Action Args
2008-05-10 18:35:18wernecksetspambayes_score: 0.00482304 -> 0.0048230356
recipients: + werneck, mwh, fdrake, collinwinter, amaury.forgeotdarc, christian.heimes
2008-05-10 18:35:18wernecksetspambayes_score: 0.00482304 -> 0.00482304
messageid: <1210444518.19.0.120010082838.issue1410739@psf.upfronthosting.co.za>
2008-05-10 18:35:17wernecklinkissue1410739 messages
2008-05-10 18:35:17werneckcreate