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 ionelmc
Recipients ionelmc
Date 2014-09-27.18:23:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411842231.97.0.146200630679.issue22507@psf.upfronthosting.co.za>
In-reply-to
Content
It appears it just does a reference check: https://hg.python.org/cpython/file/3.4/Objects/typeobject.c#l1300

It appears it's the same in 2.7: https://hg.python.org/cpython/file/2.7/Objects/typeobject.c#l1161

But this is not the intended behaviour right?
History
Date User Action Args
2014-09-27 18:23:52ionelmcsetrecipients: + ionelmc
2014-09-27 18:23:51ionelmcsetmessageid: <1411842231.97.0.146200630679.issue22507@psf.upfronthosting.co.za>
2014-09-27 18:23:51ionelmclinkissue22507 messages
2014-09-27 18:23:51ionelmccreate