René's URL Explorer Experiment


Title: Issue 29465: Modify _PyObject_FastCall() to reduce stack consumption - Python tracker

Mail addresses
haypo@smithers
haypo@smithers
haypo@speed-python
haypo@speed-python
haypo@smithers

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/73651 https://github.com/python/cpython/issues/73651
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
pyobject_fastcall.patchhttps://bugs.python.org/file46545/pyobject_fastcall.patch
reviewhttps://bugs.python.org/review/29465/#ps19933
meth_fastcall_stacksize.patchhttps://bugs.python.org/file46546/meth_fastcall_stacksize.patch
reviewhttps://bugs.python.org/review/29465/#ps19934
pyobject_fastcall-2.patchhttps://bugs.python.org/file46553/pyobject_fastcall-2.patch
reviewhttps://bugs.python.org/review/29465/#ps19938
pyobject_fastcall-3.patchhttps://bugs.python.org/file46554/pyobject_fastcall-3.patch
reviewhttps://bugs.python.org/review/29465/#ps19939
pyobject_fastcall-4.patchhttps://bugs.python.org/file46559/pyobject_fastcall-4.patch
reviewhttps://bugs.python.org/review/29465/#ps19943
pyobject_fastcall-5.patchhttps://bugs.python.org/file46599/pyobject_fastcall-5.patch
reviewhttps://bugs.python.org/review/29465/#ps19955
pyobject_fastcall-6.patchhttps://bugs.python.org/file46600/pyobject_fastcall-6.patch
reviewhttps://bugs.python.org/review/29465/#ps19956
msg287153https://bugs.python.org/issue29465#msg287153
(view)https://bugs.python.org/msg287153
#29464https://bugs.python.org/issue29464
#29464https://bugs.python.org/issue29464
#28870https://bugs.python.org/issue28870
msg287154https://bugs.python.org/issue29465#msg287154
(view)https://bugs.python.org/msg287154
msg287183https://bugs.python.org/issue29465#msg287183
(view)https://bugs.python.org/msg287183
#28870https://bugs.python.org/issue28870
msg287184https://bugs.python.org/issue29465#msg287184
(view)https://bugs.python.org/msg287184
msg287204https://bugs.python.org/issue29465#msg287204
(view)https://bugs.python.org/msg287204
msg287224https://bugs.python.org/issue29465#msg287224
(view)https://bugs.python.org/msg287224
msg287234https://bugs.python.org/issue29465#msg287234
(view)https://bugs.python.org/msg287234
Objects/call.chttps://github.com/python/cpython/blob/master/Objects/call.c
msg287236https://bugs.python.org/issue29465#msg287236
(view)https://bugs.python.org/msg287236
msg287254https://bugs.python.org/issue29465#msg287254
(view)https://bugs.python.org/msg287254
msg287257https://bugs.python.org/issue29465#msg287257
(view)https://bugs.python.org/msg287257
Objects/call.chttps://github.com/python/cpython/blob/master/Objects/call.c
msg287261https://bugs.python.org/issue29465#msg287261
(view)https://bugs.python.org/msg287261
Objects/call.chttps://github.com/python/cpython/blob/master/Objects/call.c
https://haypo.github.io/analysis-python-performance-issue.htmlhttps://haypo.github.io/analysis-python-performance-issue.html
#29306https://bugs.python.org/issue29306
Objects/abstract.chttps://github.com/python/cpython/blob/master/Objects/abstract.c
msg287358https://bugs.python.org/issue29465#msg287358
(view)https://bugs.python.org/msg287358
https://github.com/python/cpython/pull/74https://github.com/python/cpython/pull/74
msg287360https://bugs.python.org/issue29465#msg287360
(view)https://bugs.python.org/msg287360
msg287373https://bugs.python.org/issue29465#msg287373
(view)https://bugs.python.org/msg287373
31342913fb1ehttps://hg.python.org/lookup/31342913fb1e
https://hg.python.org/cpython/rev/31342913fb1ehttps://hg.python.org/cpython/rev/31342913fb1e
msg287377https://bugs.python.org/issue29465#msg287377
(view)https://bugs.python.org/msg287377
e9807e307f1f561a2dfe3e9f97a38444528dba86https://hg.python.org/lookup/e9807e307f1f561a2dfe3e9f97a38444528dba86
https://github.com/python/cpython/commit/e9807e307f1f561a2dfe3e9f97a38444528dba86https://github.com/python/cpython/commit/e9807e307f1f561a2dfe3e9f97a38444528dba86
msg287531https://bugs.python.org/issue29465#msg287531
(view)https://bugs.python.org/msg287531
f23fa1f7b68fhttps://hg.python.org/lookup/f23fa1f7b68f
#29465https://bugs.python.org/issue29465
Objects/call.chttps://github.com/python/cpython/blob/master/Objects/call.c
https://hg.python.org/cpython/rev/f23fa1f7b68fhttps://hg.python.org/cpython/rev/f23fa1f7b68f
msg288526https://bugs.python.org/issue29465#msg288526
(view)https://bugs.python.org/msg288526
msg325823https://bugs.python.org/issue29465#msg325823
(view)https://bugs.python.org/msg325823
https://vstinner.github.io/contrib-cpython-2017q1.htmlhttps://vstinner.github.io/contrib-cpython-2017q1.html
msg325823https://bugs.python.org/msg325823
pull_request25https://bugs.python.org/pull_request25
msg288526https://bugs.python.org/msg288526
msg287531https://bugs.python.org/msg287531
msg287377https://bugs.python.org/msg287377
python-devhttps://bugs.python.org/user13902
msg287373https://bugs.python.org/msg287373
pyobject_fastcall-6.patchhttps://bugs.python.org/file46600
msg287360https://bugs.python.org/msg287360
pyobject_fastcall-5.patchhttps://bugs.python.org/file46599
msg287358https://bugs.python.org/msg287358
pull_request25https://bugs.python.org/pull_request25
msg287261https://bugs.python.org/msg287261
msg287257https://bugs.python.org/msg287257
msg287254https://bugs.python.org/msg287254
msg287236https://bugs.python.org/msg287236
pyobject_fastcall-4.patchhttps://bugs.python.org/file46559
msg287234https://bugs.python.org/msg287234
msg287224https://bugs.python.org/msg287224
msg287204https://bugs.python.org/msg287204
pyobject_fastcall-3.patchhttps://bugs.python.org/file46554
msg287184https://bugs.python.org/msg287184
pyobject_fastcall-2.patchhttps://bugs.python.org/file46553
msg287183https://bugs.python.org/msg287183
meth_fastcall_stacksize.patchhttps://bugs.python.org/file46546
msg287154https://bugs.python.org/msg287154
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.