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 python-dev
Recipients georg.brandl, ncoghlan, pitrou, python-dev, vstinner, yselivanov
Date 2014-10-03.07:32:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141003073244.86187.62204@mail.hg.python.org>
In-reply-to
Content
New changeset 4f33a4a2b425 by Georg Brandl in branch 'default':
Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the common case that the second argument has metaclass "type".
https://hg.python.org/cpython/rev/4f33a4a2b425
History
Date User Action Args
2014-10-03 07:32:49python-devsetrecipients: + python-dev, georg.brandl, ncoghlan, pitrou, vstinner, yselivanov
2014-10-03 07:32:48python-devlinkissue22540 messages
2014-10-03 07:32:48python-devcreate