René's URL Explorer Experiment


Title: Issue 16596: Skip stack unwinding when "next", "until" and "return" pdb commands executed in generator context - 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/60800 https://github.com/python/cpython/issues/60800
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
issue16596.diffhttps://bugs.python.org/file28189/issue16596.diff
reviewhttps://bugs.python.org/review/16596/#ps6726
issue16596_v2.diffhttps://bugs.python.org/file28205/issue16596_v2.diff
reviewhttps://bugs.python.org/review/16596/#ps6739
issue16596_nostate.diffhttps://bugs.python.org/file28225/issue16596_nostate.diff
reviewhttps://bugs.python.org/review/16596/#ps6752
issue16596_nostate_2.diffhttps://bugs.python.org/file28280/issue16596_nostate_2.diff
reviewhttps://bugs.python.org/review/16596/#ps6800
issue16596_nostate_3.diffhttps://bugs.python.org/file32699/issue16596_nostate_3.diff
reviewhttps://bugs.python.org/review/16596/#ps9976
issue16596_nostate_4.diffhttps://bugs.python.org/file32735/issue16596_nostate_4.diff
reviewhttps://bugs.python.org/review/16596/#ps10007
issue16596_leak.diffhttps://bugs.python.org/file32794/issue16596_leak.diff
reviewhttps://bugs.python.org/review/16596/#ps10061
pdb_doc.diffhttps://bugs.python.org/file34326/pdb_doc.diff
reviewhttps://bugs.python.org/review/16596/#ps11242
msg176815https://bugs.python.org/issue16596#msg176815
(view)https://bugs.python.org/msg176815
http://mail.python.org/pipermail/python-ideas/2012-November/017991.htmlhttp://mail.python.org/pipermail/python-ideas/2012-November/017991.html
msg176817https://bugs.python.org/issue16596#msg176817
(view)https://bugs.python.org/msg176817
msg176862https://bugs.python.org/issue16596#msg176862
(view)https://bugs.python.org/msg176862
msg176898https://bugs.python.org/issue16596#msg176898
(view)https://bugs.python.org/msg176898
msg177050https://bugs.python.org/issue16596#msg177050
(view)https://bugs.python.org/msg177050
msg177051https://bugs.python.org/issue16596#msg177051
(view)https://bugs.python.org/msg177051
msg177059https://bugs.python.org/issue16596#msg177059
(view)https://bugs.python.org/msg177059
msg177319https://bugs.python.org/issue16596#msg177319
(view)https://bugs.python.org/msg177319
msg177344https://bugs.python.org/issue16596#msg177344
(view)https://bugs.python.org/msg177344
msg202991https://bugs.python.org/issue16596#msg202991
(view)https://bugs.python.org/msg202991
msg202999https://bugs.python.org/issue16596#msg202999
(view)https://bugs.python.org/msg202999
msg203309https://bugs.python.org/issue16596#msg203309
(view)https://bugs.python.org/msg203309
msg203312https://bugs.python.org/issue16596#msg203312
(view)https://bugs.python.org/msg203312
msg203350https://bugs.python.org/issue16596#msg203350
(view)https://bugs.python.org/msg203350
msg 177059https://bugs.python.org/msg177059
msg203352https://bugs.python.org/issue16596#msg203352
(view)https://bugs.python.org/msg203352
Python/ceval.chttps://github.com/python/cpython/blob/master/Python/ceval.c
msg203423https://bugs.python.org/issue16596#msg203423
(view)https://bugs.python.org/msg203423
msg203537https://bugs.python.org/issue16596#msg203537
(view)https://bugs.python.org/msg203537
msg203543https://bugs.python.org/issue16596#msg203543
(view)https://bugs.python.org/msg203543
msg203668https://bugs.python.org/issue16596#msg203668
(view)https://bugs.python.org/msg203668
95eea8624d05https://hg.python.org/lookup/95eea8624d05
issue 16596https://bugs.python.org/issue16596
http://hg.python.org/cpython/rev/95eea8624d05http://hg.python.org/cpython/rev/95eea8624d05
msg203986https://bugs.python.org/issue16596#msg203986
(view)https://bugs.python.org/msg203986
msg203992https://bugs.python.org/issue16596#msg203992
(view)https://bugs.python.org/msg203992
msg203995https://bugs.python.org/issue16596#msg203995
(view)https://bugs.python.org/msg203995
msg203996https://bugs.python.org/issue16596#msg203996
(view)https://bugs.python.org/msg203996
4f730c045f5fhttps://hg.python.org/lookup/4f730c045f5f
msg204001https://bugs.python.org/issue16596#msg204001
(view)https://bugs.python.org/msg204001
8f556ee0f6bahttps://hg.python.org/lookup/8f556ee0f6ba
4f730c045f5fhttps://hg.python.org/lookup/4f730c045f5f
#18408https://bugs.python.org/issue18408
95eea8624d05https://hg.python.org/lookup/95eea8624d05
#16596https://bugs.python.org/issue16596
http://hg.python.org/cpython/rev/8f556ee0f6bahttp://hg.python.org/cpython/rev/8f556ee0f6ba
msg204002https://bugs.python.org/issue16596#msg204002
(view)https://bugs.python.org/msg204002
msg213008https://bugs.python.org/issue16596#msg213008
(view)https://bugs.python.org/msg213008
5c6c96c82afbhttps://hg.python.org/lookup/5c6c96c82afb
#16596https://bugs.python.org/issue16596
http://hg.python.org/cpython/rev/5c6c96c82afbhttp://hg.python.org/cpython/rev/5c6c96c82afb
msg213022https://bugs.python.org/issue16596#msg213022
(view)https://bugs.python.org/msg213022
pdb_doc.diffhttps://bugs.python.org/file34326
msg213022https://bugs.python.org/msg213022
msg213008https://bugs.python.org/msg213008
msg204002https://bugs.python.org/msg204002
msg204001https://bugs.python.org/msg204001
msg203996https://bugs.python.org/msg203996
msg203995https://bugs.python.org/msg203995
issue16596_leak.diffhttps://bugs.python.org/file32794
msg203992https://bugs.python.org/msg203992
pitrouhttps://bugs.python.org/user2040
msg203986https://bugs.python.org/msg203986
gvanrossumhttps://bugs.python.org/user5
python-devhttps://bugs.python.org/user13902
msg203668https://bugs.python.org/msg203668
msg203543https://bugs.python.org/msg203543
issue16596_nostate_4.diffhttps://bugs.python.org/file32735
msg203537https://bugs.python.org/msg203537
msg203423https://bugs.python.org/msg203423
msg203352https://bugs.python.org/msg203352
issue16596_nostate_3.diffhttps://bugs.python.org/file32699
msg203350https://bugs.python.org/msg203350
msg203312https://bugs.python.org/msg203312
msg203309https://bugs.python.org/msg203309
pconnellhttps://bugs.python.org/user16854
msg202999https://bugs.python.org/msg202999
larryhttps://bugs.python.org/user2731
msg202991https://bugs.python.org/msg202991
issue16596_nostate_2.diffhttps://bugs.python.org/file28280
msg177344https://bugs.python.org/msg177344
msg177319https://bugs.python.org/msg177319
msg177059https://bugs.python.org/msg177059
issue16596_nostate.diffhttps://bugs.python.org/file28225
msg177051https://bugs.python.org/msg177051
msg177050https://bugs.python.org/msg177050
xdegayehttps://bugs.python.org/user12652
issue16596_v2.diffhttps://bugs.python.org/file28205
msg176898https://bugs.python.org/msg176898
georg.brandlhttps://bugs.python.org/user93
msg176862https://bugs.python.org/msg176862
issue16596.diffhttps://bugs.python.org/file28189
patchhttps://bugs.python.org/keyword2
msg176817https://bugs.python.org/msg176817
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.