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 benjamin.peterson
Recipients benjamin.peterson, pitrou
Date 2009-05-25.00:00:49
SpamBayes Score 2.4943232e-09
Marked as misclassified No
Message-id <1afaf6160905241700n74c1e1fcic4ce7fdac45e8d08@mail.gmail.com>
In-reply-to <1243209549.38.0.699776358822.issue6101@psf.upfronthosting.co.za>
Content
2009/5/24 Antoine Pitrou <report@bugs.python.org>:
>
> Antoine Pitrou <pitrou@free.fr> added the comment:
>
> I'm not sure I understand the point of PyInstance_Check() in
> lookup_special().

_PyObject_LookupSpecial doesn't understand classic classes.

>
> You should bump the bytecode version in import.c.

Ok

Thanks.
History
Date User Action Args
2009-05-25 00:00:51benjamin.petersonsetrecipients: + benjamin.peterson, pitrou
2009-05-25 00:00:49benjamin.petersonlinkissue6101 messages
2009-05-25 00:00:49benjamin.petersoncreate