René's URL Explorer Experiment


Title: Issue 27128: Add _PyObject_FastCall() - Python tracker

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/71315 https://github.com/python/cpython/issues/71315
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
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
fastcall.patchhttps://bugs.python.org/file43011/fastcall.patch
reviewhttps://bugs.python.org/review/27128/#ps17355
default-May26-13-36-33.loghttps://bugs.python.org/file43014/default-May26-13-36-33.log
fastcall-2.patchhttps://bugs.python.org/file44041/fastcall-2.patch
reviewhttps://bugs.python.org/review/27128/#ps18087
fast_call_alt.patchhttps://bugs.python.org/file44079/fast_call_alt.patch
reviewhttps://bugs.python.org/review/27128/#ps18116
fastcall-3.patchhttps://bugs.python.org/file44128/fastcall-3.patch
reviewhttps://bugs.python.org/review/27128/#ps18152
msg266422https://bugs.python.org/issue27128#msg266422
(view)https://bugs.python.org/msg266422
#26814https://bugs.python.org/issue26814
Python/pystack.chttps://github.com/python/cpython/blob/master/Python/pystack.c
#26814https://bugs.python.org/issue26814
msg266424https://bugs.python.org/issue27128#msg266424
(view)https://bugs.python.org/msg266424
#26814https://bugs.python.org/issue26814
https://haypo.github.io/journey-to-stable-benchmark-deadcode.htmlhttps://haypo.github.io/journey-to-stable-benchmark-deadcode.html
msg266429https://bugs.python.org/issue27128#msg266429
(view)https://bugs.python.org/msg266429
msg266430https://bugs.python.org/issue27128#msg266430
(view)https://bugs.python.org/msg266430
msg268057https://bugs.python.org/issue27128#msg268057
(view)https://bugs.python.org/msg268057
issue27213https://bugs.python.org/issue27213
msg268059https://bugs.python.org/issue27128#msg268059
(view)https://bugs.python.org/msg268059
issue27213https://bugs.python.org/issue27213
msg272138https://bugs.python.org/issue27128#msg272138
(view)https://bugs.python.org/msg272138
msg272139https://bugs.python.org/issue27128#msg272139
(view)https://bugs.python.org/msg272139
msg272197https://bugs.python.org/issue27128#msg272197
(view)https://bugs.python.org/msg272197
https://haypo-notes.readthedocs.io/microbenchmark.html#my-articleshttps://haypo-notes.readthedocs.io/microbenchmark.html#my-articles
https://hg.python.org/sandbox/benchmarks_perfhttps://hg.python.org/sandbox/benchmarks_perf
#26814https://bugs.python.org/issue26814
msg272264https://bugs.python.org/issue27128#msg272264
(view)https://bugs.python.org/msg272264
issue26814https://bugs.python.org/issue26814
msg272268https://bugs.python.org/issue27128#msg272268
(view)https://bugs.python.org/msg272268
issue26814https://bugs.python.org/issue26814
msg272479https://bugs.python.org/issue27128#msg272479
(view)https://bugs.python.org/msg272479
Objects/descrobject.chttps://github.com/python/cpython/blob/master/Objects/descrobject.c
msg272503https://bugs.python.org/issue27128#msg272503
(view)https://bugs.python.org/msg272503
msg272884https://bugs.python.org/issue27128#msg272884
(view)https://bugs.python.org/msg272884
#21209https://bugs.python.org/issue21209
https://hg.python.org/sandbox/fastcall/file/2dc558e01e66/Objects/abstract.c#l2523https://hg.python.org/sandbox/fastcall/file/2dc558e01e66/Objects/abstract.c#l2523
https://hg.python.org/sandbox/fastcall/file/2dc558e01e66/Include/pystack.hhttps://hg.python.org/sandbox/fastcall/file/2dc558e01e66/Include/pystack.h
https://hg.python.org/sandbox/fastcall/file/2dc558e01e66/Python/pystack.chttps://hg.python.org/sandbox/fastcall/file/2dc558e01e66/Python/pystack.c
Objects/descrobject.chttps://github.com/python/cpython/blob/master/Objects/descrobject.c
msg272887https://bugs.python.org/issue27128#msg272887
(view)https://bugs.python.org/msg272887
288ec55f1912https://hg.python.org/lookup/288ec55f1912
#27128https://bugs.python.org/issue27128
https://hg.python.org/cpython/rev/288ec55f1912https://hg.python.org/cpython/rev/288ec55f1912
e615718a6455https://hg.python.org/lookup/e615718a6455
https://hg.python.org/cpython/rev/e615718a6455https://hg.python.org/cpython/rev/e615718a6455
msg272888https://bugs.python.org/issue27128#msg272888
(view)https://bugs.python.org/msg272888
Objects/abstract.chttps://github.com/python/cpython/blob/master/Objects/abstract.c
Python/pystack.chttps://github.com/python/cpython/blob/master/Python/pystack.c
Python/ceval.chttps://github.com/python/cpython/blob/master/Python/ceval.c
msg272891https://bugs.python.org/issue27128#msg272891
(view)https://bugs.python.org/msg272891
Objects/descrobject.chttps://github.com/python/cpython/blob/master/Objects/descrobject.c
https://bugs.python.org/issue26814#msg263999https://bugs.python.org/issue26814#msg263999
msg273136https://bugs.python.org/issue27128#msg273136
(view)https://bugs.python.org/msg273136
a1a29d20f52dhttps://hg.python.org/lookup/a1a29d20f52d
https://hg.python.org/cpython/rev/a1a29d20f52dhttps://hg.python.org/cpython/rev/a1a29d20f52d
89e4ad001f3dhttps://hg.python.org/lookup/89e4ad001f3d
https://hg.python.org/cpython/rev/89e4ad001f3dhttps://hg.python.org/cpython/rev/89e4ad001f3d
7cd479573de9https://hg.python.org/lookup/7cd479573de9
https://hg.python.org/cpython/rev/7cd479573de9https://hg.python.org/cpython/rev/7cd479573de9
34af2edface9https://hg.python.org/lookup/34af2edface9
https://hg.python.org/cpython/rev/34af2edface9https://hg.python.org/cpython/rev/34af2edface9
adceb14cab96https://hg.python.org/lookup/adceb14cab96
https://hg.python.org/cpython/rev/adceb14cab96https://hg.python.org/cpython/rev/adceb14cab96
10f1a4910adbhttps://hg.python.org/lookup/10f1a4910adb
PEP 7https://www.python.org/dev/peps/pep-0007/
https://hg.python.org/cpython/rev/10f1a4910adbhttps://hg.python.org/cpython/rev/10f1a4910adb
5cf9524f2923https://hg.python.org/lookup/5cf9524f2923
https://hg.python.org/cpython/rev/5cf9524f2923https://hg.python.org/cpython/rev/5cf9524f2923
f1ad6f64a11ehttps://hg.python.org/lookup/f1ad6f64a11e
https://hg.python.org/cpython/rev/f1ad6f64a11ehttps://hg.python.org/cpython/rev/f1ad6f64a11e
msg273140https://bugs.python.org/issue27128#msg273140
(view)https://bugs.python.org/msg273140
2da6dc1c30d8https://hg.python.org/lookup/2da6dc1c30d8
https://hg.python.org/cpython/rev/2da6dc1c30d8https://hg.python.org/cpython/rev/2da6dc1c30d8
2d4d40da2abahttps://hg.python.org/lookup/2d4d40da2aba
https://hg.python.org/cpython/rev/2d4d40da2abahttps://hg.python.org/cpython/rev/2d4d40da2aba
5b1ed48aedefhttps://hg.python.org/lookup/5b1ed48aedef
https://hg.python.org/cpython/rev/5b1ed48aedefhttps://hg.python.org/cpython/rev/5b1ed48aedef
df4efc23ab18https://hg.python.org/lookup/df4efc23ab18
https://hg.python.org/cpython/rev/df4efc23ab18https://hg.python.org/cpython/rev/df4efc23ab18
7669fb39a9cehttps://hg.python.org/lookup/7669fb39a9ce
https://hg.python.org/cpython/rev/7669fb39a9cehttps://hg.python.org/cpython/rev/7669fb39a9ce
msg273143https://bugs.python.org/issue27128#msg273143
(view)https://bugs.python.org/msg273143
73b00fb1dc9dhttps://hg.python.org/lookup/73b00fb1dc9d
https://hg.python.org/cpython/rev/73b00fb1dc9dhttps://hg.python.org/cpython/rev/73b00fb1dc9d
8e085070ab28https://hg.python.org/lookup/8e085070ab28
https://hg.python.org/cpython/rev/8e085070ab28https://hg.python.org/cpython/rev/8e085070ab28
2d2bc1906b5bhttps://hg.python.org/lookup/2d2bc1906b5b
#27128https://bugs.python.org/issue27128
https://hg.python.org/cpython/rev/2d2bc1906b5bhttps://hg.python.org/cpython/rev/2d2bc1906b5b
6eb586b85fa1https://hg.python.org/lookup/6eb586b85fa1
#27128https://bugs.python.org/issue27128
https://hg.python.org/cpython/rev/6eb586b85fa1https://hg.python.org/cpython/rev/6eb586b85fa1
605a42a50496https://hg.python.org/lookup/605a42a50496
#27128https://bugs.python.org/issue27128
https://hg.python.org/cpython/rev/605a42a50496https://hg.python.org/cpython/rev/605a42a50496
6a21b6599692https://hg.python.org/lookup/6a21b6599692
https://hg.python.org/cpython/rev/6a21b6599692https://hg.python.org/cpython/rev/6a21b6599692
45d2b5c12b19https://hg.python.org/lookup/45d2b5c12b19
https://hg.python.org/cpython/rev/45d2b5c12b19https://hg.python.org/cpython/rev/45d2b5c12b19
124d5d0ef81fhttps://hg.python.org/lookup/124d5d0ef81f
https://hg.python.org/cpython/rev/124d5d0ef81fhttps://hg.python.org/cpython/rev/124d5d0ef81f
71c22e592a9bhttps://hg.python.org/lookup/71c22e592a9b
https://hg.python.org/cpython/rev/71c22e592a9bhttps://hg.python.org/cpython/rev/71c22e592a9b
msg273144https://bugs.python.org/issue27128#msg273144
(view)https://bugs.python.org/msg273144
3ab32f7add6ehttps://hg.python.org/lookup/3ab32f7add6e
#27128https://bugs.python.org/issue27128
https://hg.python.org/cpython/rev/3ab32f7add6ehttps://hg.python.org/cpython/rev/3ab32f7add6e
msg273153https://bugs.python.org/issue27128#msg273153
(view)https://bugs.python.org/msg273153
msg273166https://bugs.python.org/issue27128#msg273166
(view)https://bugs.python.org/msg273166
c2af917bde71https://hg.python.org/lookup/c2af917bde71
https://hg.python.org/cpython/rev/c2af917bde71https://hg.python.org/cpython/rev/c2af917bde71
0da1ce362d15https://hg.python.org/lookup/0da1ce362d15
https://hg.python.org/cpython/rev/0da1ce362d15https://hg.python.org/cpython/rev/0da1ce362d15
e5b24f595235https://hg.python.org/lookup/e5b24f595235
https://hg.python.org/cpython/rev/e5b24f595235https://hg.python.org/cpython/rev/e5b24f595235
154f78d387f9https://hg.python.org/lookup/154f78d387f9
https://hg.python.org/cpython/rev/154f78d387f9https://hg.python.org/cpython/rev/154f78d387f9
351b987d6d1chttps://hg.python.org/lookup/351b987d6d1c
https://hg.python.org/cpython/rev/351b987d6d1chttps://hg.python.org/cpython/rev/351b987d6d1c
abb93035ebb7https://hg.python.org/lookup/abb93035ebb7
https://hg.python.org/cpython/rev/abb93035ebb7https://hg.python.org/cpython/rev/abb93035ebb7
2954d2aa4c90https://hg.python.org/lookup/2954d2aa4c90
https://hg.python.org/cpython/rev/2954d2aa4c90https://hg.python.org/cpython/rev/2954d2aa4c90
msg273175https://bugs.python.org/issue27128#msg273175
(view)https://bugs.python.org/msg273175
#27809https://bugs.python.org/issue27809
#27810https://bugs.python.org/issue27810
msg273349https://bugs.python.org/issue27128#msg273349
(view)https://bugs.python.org/msg273349
msg273350https://bugs.python.org/issue27128#msg273350
(view)https://bugs.python.org/msg273350
msg273351https://bugs.python.org/issue27128#msg273351
(view)https://bugs.python.org/msg273351
7dd85b19c873https://hg.python.org/lookup/7dd85b19c873
https://hg.python.org/cpython/rev/7dd85b19c873https://hg.python.org/cpython/rev/7dd85b19c873
msg273365https://bugs.python.org/issue27128#msg273365
(view)https://bugs.python.org/msg273365
issue27213https://bugs.python.org/issue27213
issue27574https://bugs.python.org/issue27574
msg273371https://bugs.python.org/issue27128#msg273371
(view)https://bugs.python.org/msg273371
msg273365https://bugs.python.org/msg273365
#27809https://bugs.python.org/issue27809
msg273388https://bugs.python.org/issue27128#msg273388
(view)https://bugs.python.org/msg273388
https://github.com/cython/cython/commit/8f3d3bd199a3d7f2a9fdfec0af57145b3ab363cahttps://github.com/cython/cython/commit/8f3d3bd199a3d7f2a9fdfec0af57145b3ab363ca
https://github.com/cython/cython/commit/a3cfec8f7bd6d585831dd6669f6dad5f88303c71https://github.com/cython/cython/commit/a3cfec8f7bd6d585831dd6669f6dad5f88303c71
https://github.com/cython/cython/commit/a51df339f395634f57b77e3ec13cecb3a28a5462https://github.com/cython/cython/commit/a51df339f395634f57b77e3ec13cecb3a28a5462
msg273402https://bugs.python.org/issue27128#msg273402
(view)https://bugs.python.org/msg273402
msg274123https://bugs.python.org/issue27128#msg274123
(view)https://bugs.python.org/msg274123
#27830https://bugs.python.org/issue27830
msg274123https://bugs.python.org/msg274123
msg273402https://bugs.python.org/msg273402
msg273388https://bugs.python.org/msg273388
msg273371https://bugs.python.org/msg273371
msg273365https://bugs.python.org/msg273365
msg273351https://bugs.python.org/msg273351
msg273350https://bugs.python.org/msg273350
msg273349https://bugs.python.org/msg273349
scoderhttps://bugs.python.org/user2153
msg273175https://bugs.python.org/msg273175
msg273166https://bugs.python.org/msg273166
msg273153https://bugs.python.org/msg273153
msg273144https://bugs.python.org/msg273144
msg273143https://bugs.python.org/msg273143
msg273140https://bugs.python.org/msg273140
msg273136https://bugs.python.org/msg273136
msg272891https://bugs.python.org/msg272891
fastcall-3.patchhttps://bugs.python.org/file44128
msg272888https://bugs.python.org/msg272888
python-devhttps://bugs.python.org/user13902
msg272887https://bugs.python.org/msg272887
msg272884https://bugs.python.org/msg272884
ztanehttps://bugs.python.org/user16731
msg272503https://bugs.python.org/msg272503
fast_call_alt.patchhttps://bugs.python.org/file44079
msg272479https://bugs.python.org/msg272479
msg272268https://bugs.python.org/msg272268
msg272264https://bugs.python.org/msg272264
msg272197https://bugs.python.org/msg272197
msg272139https://bugs.python.org/msg272139
fastcall-2.patchhttps://bugs.python.org/file44041
fastcall-2.patchhttps://bugs.python.org/file44040
fastcall-2.patchhttps://bugs.python.org/file44040
msg272138https://bugs.python.org/msg272138
msg268059https://bugs.python.org/msg268059
msg268057https://bugs.python.org/msg268057
msg266430https://bugs.python.org/msg266430
default-May26-13-36-33.loghttps://bugs.python.org/file43014
msg266429https://bugs.python.org/msg266429
msg266424https://bugs.python.org/msg266424
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.