René's URL Explorer Experiment


Title: Issue 2534: Restore isinstance and issubclass speed in 2.6 - Python tracker

Mail addresses
facundo@pomcat

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/46786 https://github.com/python/cpython/issues/46786
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
2542https://bugs.python.org/issue2542
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
type_instancecheck.diffhttps://bugs.python.org/file9924/type_instancecheck.diff
type_instancecheck-2.diffhttps://bugs.python.org/file9927/type_instancecheck-2.diff
isinstance3k.patchhttps://bugs.python.org/file11256/isinstance3k.patch
isinstance3k-2.patchhttps://bugs.python.org/file11257/isinstance3k-2.patch
isinstance26-2.patchhttps://bugs.python.org/file11261/isinstance26-2.patch
PR 18345https://github.com/python/cpython/pull/18345
msg64842https://bugs.python.org/issue2534#msg64842
(view)https://bugs.python.org/msg64842
#2303https://bugs.python.org/issue2303
msg64859https://bugs.python.org/issue2534#msg64859
(view)https://bugs.python.org/msg64859
Lib/test/test_exceptions.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_exceptions.py
Lib/test/test_exceptions.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_exceptions.py
Lib/test/test_exceptions.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_exceptions.py
Lib/test/test_exceptions.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_exceptions.py
Lib/test/test_exceptions.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_exceptions.py
msg64869https://bugs.python.org/issue2534#msg64869
(view)https://bugs.python.org/msg64869
msg64870https://bugs.python.org/issue2534#msg64870
(view)https://bugs.python.org/msg64870
msg64875https://bugs.python.org/issue2534#msg64875
(view)https://bugs.python.org/msg64875
msg64895https://bugs.python.org/issue2534#msg64895
(view)https://bugs.python.org/msg64895
#2542https://bugs.python.org/issue2542
msg69617https://bugs.python.org/issue2534#msg69617
(view)https://bugs.python.org/msg69617
#2542https://bugs.python.org/issue2542
msg70358https://bugs.python.org/issue2534#msg70358
(view)https://bugs.python.org/msg70358
msg71937https://bugs.python.org/issue2534#msg71937
(view)https://bugs.python.org/msg71937
msg71951https://bugs.python.org/issue2534#msg71951
(view)https://bugs.python.org/msg71951
msg71957https://bugs.python.org/issue2534#msg71957
(view)https://bugs.python.org/msg71957
msg71960https://bugs.python.org/issue2534#msg71960
(view)https://bugs.python.org/msg71960
msg71975https://bugs.python.org/issue2534#msg71975
(view)https://bugs.python.org/msg71975
msg71980https://bugs.python.org/issue2534#msg71980
(view)https://bugs.python.org/msg71980
msg71981https://bugs.python.org/issue2534#msg71981
(view)https://bugs.python.org/msg71981
msg72001https://bugs.python.org/issue2534#msg72001
(view)https://bugs.python.org/msg72001
r66042https://hg.python.org/lookup/r66042
r66043https://hg.python.org/lookup/r66043
barryhttps://bugs.python.org/user19
pull_request17718https://bugs.python.org/pull_request17718
msg72001https://bugs.python.org/msg72001
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
needs reviewhttps://bugs.python.org/keyword8
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
needs reviewhttps://bugs.python.org/keyword8
pitrouhttps://bugs.python.org/user2040
msg71981https://bugs.python.org/msg71981
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
needs reviewhttps://bugs.python.org/keyword8
rhettingerhttps://bugs.python.org/user114
msg71980https://bugs.python.org/msg71980
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
needs reviewhttps://bugs.python.org/keyword8
isinstance26-2.patchhttps://bugs.python.org/file11261
msg71975https://bugs.python.org/msg71975
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
needs reviewhttps://bugs.python.org/keyword8
isinstance3k-2.patchhttps://bugs.python.org/file11257
msg71960https://bugs.python.org/msg71960
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
needs reviewhttps://bugs.python.org/keyword8
isinstance3k.patchhttps://bugs.python.org/file11256
msg71957https://bugs.python.org/msg71957
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
needs reviewhttps://bugs.python.org/keyword8
msg71951https://bugs.python.org/msg71951
djchttps://bugs.python.org/user5277
needs reviewhttps://bugs.python.org/keyword8
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
pitrouhttps://bugs.python.org/user2040
msg71937https://bugs.python.org/msg71937
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
benjamin.petersonhttps://bugs.python.org/user4455
msg70358https://bugs.python.org/msg70358
gregory.p.smithhttps://bugs.python.org/user252
msg69617https://bugs.python.org/msg69617
PyErr_ExceptionMatches must not failhttps://bugs.python.org/issue2542
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg64895https://bugs.python.org/msg64895
msg64875https://bugs.python.org/msg64875
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
type_instancecheck-2.diffhttps://bugs.python.org/file9927
msg64870https://bugs.python.org/msg64870
ajaksu2https://bugs.python.org/user3250
msg64869https://bugs.python.org/msg64869
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
facundobatistahttps://bugs.python.org/user204
msg64859https://bugs.python.org/msg64859
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.