René's URL Explorer Experiment


Title: Issue 26814: [WIP] Add a new _PyObject_FastCall() function which avoids the creation of a tuple or dict for arguments - 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/71001 https://github.com/python/cpython/issues/71001
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
call_stack.patchhttps://bugs.python.org/file42549/call_stack.patch
reviewhttps://bugs.python.org/review/26814/#ps17023
call_stack-2.patchhttps://bugs.python.org/file42550/call_stack-2.patch
reviewhttps://bugs.python.org/review/26814/#ps17024
call_stack-3.patchhttps://bugs.python.org/file42557/call_stack-3.patch
reviewhttps://bugs.python.org/review/26814/#ps17031
ad4a53ed1fbf.diffhttps://bugs.python.org/file42566/ad4a53ed1fbf.diff
reviewhttps://bugs.python.org/review/26814/#ps17039
bench_fast.pyhttps://bugs.python.org/file42567/bench_fast.py
bench_fast-2.pyhttps://bugs.python.org/file42568/bench_fast-2.py
34456cce64bb.patchhttps://bugs.python.org/file42899/34456cce64bb.patch
reviewhttps://bugs.python.org/review/26814/#ps17279
https://hg.python.org/sandbox/fastcallhttps://hg.python.org/sandbox/fastcall
msg263899https://bugs.python.org/issue26814#msg263899
(view)https://bugs.python.org/msg263899
#26811https://bugs.python.org/issue26811
msg263907https://bugs.python.org/issue26814#msg263907
(view)https://bugs.python.org/msg263907
msg263908https://bugs.python.org/issue26814#msg263908
(view)https://bugs.python.org/msg263908
msg263909https://bugs.python.org/issue26814#msg263909
(view)https://bugs.python.org/msg263909
issue23507https://bugs.python.org/issue23507
msg263910https://bugs.python.org/issue26814#msg263910
(view)https://bugs.python.org/msg263910
issue23507https://bugs.python.org/issue23507
Python/ceval.chttps://github.com/python/cpython/blob/master/Python/ceval.c
msg263918https://bugs.python.org/issue26814#msg263918
(view)https://bugs.python.org/msg263918
issue23507https://bugs.python.org/issue23507
msg263920https://bugs.python.org/issue26814#msg263920
(view)https://bugs.python.org/msg263920
msg263923https://bugs.python.org/issue26814#msg263923
(view)https://bugs.python.org/msg263923
#21209https://bugs.python.org/issue21209
msg263924https://bugs.python.org/issue26814#msg263924
(view)https://bugs.python.org/msg263924
msg263926https://bugs.python.org/issue26814#msg263926
(view)https://bugs.python.org/msg263926
msg263946https://bugs.python.org/issue26814#msg263946
(view)https://bugs.python.org/msg263946
msg263995https://bugs.python.org/issue26814#msg263995
(view)https://bugs.python.org/msg263995
ad4a53ed1fbfhttps://hg.python.org/lookup/ad4a53ed1fbf
Include/pystack.hhttps://github.com/python/cpython/blob/master/Include/pystack.h
msg263996https://bugs.python.org/issue26814#msg263996
(view)https://bugs.python.org/msg263996
#23507https://bugs.python.org/issue23507
msg263999https://bugs.python.org/issue26814#msg263999
(view)https://bugs.python.org/msg263999
PEP 393https://www.python.org/dev/peps/pep-0393/
msg264003https://bugs.python.org/issue26814#msg264003
(view)https://bugs.python.org/msg264003
PEP 393https://www.python.org/dev/peps/pep-0393/
PEP 393https://www.python.org/dev/peps/pep-0393/
PEP 393https://www.python.org/dev/peps/pep-0393/
msg264009https://bugs.python.org/issue26814#msg264009
(view)https://bugs.python.org/msg264009
issue23507https://bugs.python.org/issue23507
msg264021https://bugs.python.org/issue26814#msg264021
(view)https://bugs.python.org/msg264021
6c376e866330https://hg.python.org/lookup/6c376e866330
https://hg.python.org/sandbox/fastcallhttps://hg.python.org/sandbox/fastcall
496e094f4734https://hg.python.org/lookup/496e094f4734
msg264098https://bugs.python.org/issue26814#msg264098
(view)https://bugs.python.org/msg264098
msg264101https://bugs.python.org/issue26814#msg264101
(view)https://bugs.python.org/msg264101
msg264102https://bugs.python.org/issue26814#msg264102
(view)https://bugs.python.org/msg264102
msg264518https://bugs.python.org/issue26814#msg264518
(view)https://bugs.python.org/msg264518
496e094f4734https://hg.python.org/lookup/496e094f4734
2b4b7def2949https://hg.python.org/lookup/2b4b7def2949
https://mail.python.org/pipermail/speed/2016-April/000329.htmlhttps://mail.python.org/pipermail/speed/2016-April/000329.html
https://mail.python.org/pipermail/speed/2016-April/000341.htmlhttps://mail.python.org/pipermail/speed/2016-April/000341.html
msg264519https://bugs.python.org/issue26814#msg264519
(view)https://bugs.python.org/msg264519
496e094f4734https://hg.python.org/lookup/496e094f4734
2b4b7def2949https://hg.python.org/lookup/2b4b7def2949
msg264525https://bugs.python.org/issue26814#msg264525
(view)https://bugs.python.org/msg264525
msg264526https://bugs.python.org/issue26814#msg264526
(view)https://bugs.python.org/msg264526
msg264529https://bugs.python.org/issue26814#msg264529
(view)https://bugs.python.org/msg264529
msg264530https://bugs.python.org/issue26814#msg264530
(view)https://bugs.python.org/msg264530
https://mail.python.org/pipermail/speed/https://mail.python.org/pipermail/speed/
msg265856https://bugs.python.org/issue26814#msg265856
(view)https://bugs.python.org/msg265856
#27056https://bugs.python.org/issue27056
msg265857https://bugs.python.org/issue26814#msg265857
(view)https://bugs.python.org/msg265857
34456cce64bbhttps://hg.python.org/lookup/34456cce64bb
34456cce64bbhttps://hg.python.org/lookup/34456cce64bb
msg265859https://bugs.python.org/issue26814#msg265859
(view)https://bugs.python.org/msg265859
34456cce64bbhttps://hg.python.org/lookup/34456cce64bb
msg265887https://bugs.python.org/issue26814#msg265887
(view)https://bugs.python.org/msg265887
msg265896https://bugs.python.org/issue26814#msg265896
(view)https://bugs.python.org/msg265896
msg265938https://bugs.python.org/issue26814#msg265938
(view)https://bugs.python.org/msg265938
#27056https://bugs.python.org/issue27056
Modules/_pickle.chttps://github.com/python/cpython/blob/master/Modules/_pickle.c
msg266359https://bugs.python.org/issue26814#msg266359
(view)https://bugs.python.org/msg266359
https://haypo.github.io/journey-to-stable-benchmark-system.htmlhttps://haypo.github.io/journey-to-stable-benchmark-system.html
https://haypo.github.io/journey-to-stable-benchmark-deadcode.htmlhttps://haypo.github.io/journey-to-stable-benchmark-deadcode.html
https://haypo.github.io/journey-to-stable-benchmark-average.htmlhttps://haypo.github.io/journey-to-stable-benchmark-average.html
e6f3bf996c01https://hg.python.org/lookup/e6f3bf996c01
msg274124https://bugs.python.org/issue26814#msg274124
(view)https://bugs.python.org/msg274124
msg274124https://bugs.python.org/msg274124
msg266359https://bugs.python.org/msg266359
msg265938https://bugs.python.org/msg265938
msg265896https://bugs.python.org/msg265896
msg265887https://bugs.python.org/msg265887
msg265859https://bugs.python.org/msg265859
34456cce64bb.patchhttps://bugs.python.org/file42899
msg265857https://bugs.python.org/msg265857
34456cce64bb.diffhttps://bugs.python.org/file42898
34456cce64bb.diffhttps://bugs.python.org/file42898
msg265856https://bugs.python.org/msg265856
jstasiakhttps://bugs.python.org/user18304
msg264530https://bugs.python.org/msg264530
msg264529https://bugs.python.org/msg264529
msg264526https://bugs.python.org/msg264526
msg264525https://bugs.python.org/msg264525
msg264519https://bugs.python.org/msg264519
msg264518https://bugs.python.org/msg264518
msg264102https://bugs.python.org/msg264102
msg264101https://bugs.python.org/msg264101
msg264098https://bugs.python.org/msg264098
msg264021https://bugs.python.org/msg264021
msg264009https://bugs.python.org/msg264009
bench_fast-2.pyhttps://bugs.python.org/file42568
msg264003https://bugs.python.org/msg264003
bench_fast.pyhttps://bugs.python.org/file42567
msg263999https://bugs.python.org/msg263999
msg263996https://bugs.python.org/msg263996
msg263995https://bugs.python.org/msg263995
ad4a53ed1fbf.diffhttps://bugs.python.org/file42566
msg263946https://bugs.python.org/msg263946
msg263926https://bugs.python.org/msg263926
msg263924https://bugs.python.org/msg263924
call_stack-3.patchhttps://bugs.python.org/file42557
msg263923https://bugs.python.org/msg263923
msg263920https://bugs.python.org/msg263920
msg263918https://bugs.python.org/msg263918
call_stack-2.patchhttps://bugs.python.org/file42550
msg263910https://bugs.python.org/msg263910
msg263909https://bugs.python.org/msg263909
msg263908https://bugs.python.org/msg263908
msg263907https://bugs.python.org/msg263907
yselivanovhttps://bugs.python.org/user16198
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.