René's URL Explorer Experiment


Title: Issue 13454: crash when deleting one pair from tee() - 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/57663 https://github.com/python/cpython/issues/57663
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
itertools_tee_nonrecursive_clear.patchhttps://bugs.python.org/file27578/itertools_tee_nonrecursive_clear.patch
reviewhttps://bugs.python.org/review/13454/#ps6280
itertools_tee_nonrecursive_clear_2.patchhttps://bugs.python.org/file28467/itertools_tee_nonrecursive_clear_2.patch
reviewhttps://bugs.python.org/review/13454/#ps6922
msg148124https://bugs.python.org/issue13454#msg148124
(view)https://bugs.python.org/msg148124
msg148125https://bugs.python.org/issue13454#msg148125
(view)https://bugs.python.org/msg148125
Objects/object.c:1676https://github.com/python/cpython/blob/master/Objects/object.c#L1676
Objects/object.c:1676https://github.com/python/cpython/blob/master/Objects/object.c#L1676
Objects/object.c:1676https://github.com/python/cpython/blob/master/Objects/object.c#L1676
Objects/object.c:1676https://github.com/python/cpython/blob/master/Objects/object.c#L1676
Objects/object.c:1676https://github.com/python/cpython/blob/master/Objects/object.c#L1676
Objects/object.c:1676https://github.com/python/cpython/blob/master/Objects/object.c#L1676
msg148126https://bugs.python.org/issue13454#msg148126
(view)https://bugs.python.org/msg148126
msg148127https://bugs.python.org/issue13454#msg148127
(view)https://bugs.python.org/msg148127
1e0e821d2626https://hg.python.org/lookup/1e0e821d2626
Modules/itertoolsmodule.chttps://github.com/python/cpython/blob/master/Modules/itertoolsmodule.c
msg172890https://bugs.python.org/issue13454#msg172890
(view)https://bugs.python.org/msg172890
msg172905https://bugs.python.org/issue13454#msg172905
(view)https://bugs.python.org/msg172905
msg172916https://bugs.python.org/issue13454#msg172916
(view)https://bugs.python.org/msg172916
msg174473https://bugs.python.org/issue13454#msg174473
(view)https://bugs.python.org/msg174473
msg178324https://bugs.python.org/issue13454#msg178324
(view)https://bugs.python.org/msg178324
msg178370https://bugs.python.org/issue13454#msg178370
(view)https://bugs.python.org/msg178370
msg178399https://bugs.python.org/issue13454#msg178399
(view)https://bugs.python.org/msg178399
msg179466https://bugs.python.org/issue13454#msg179466
(view)https://bugs.python.org/msg179466
msg180568https://bugs.python.org/issue13454#msg180568
(view)https://bugs.python.org/msg180568
f7e14a1af609https://hg.python.org/lookup/f7e14a1af609
#13454https://bugs.python.org/issue13454
http://hg.python.org/cpython/rev/f7e14a1af609http://hg.python.org/cpython/rev/f7e14a1af609
eff2a7346243https://hg.python.org/lookup/eff2a7346243
#13454https://bugs.python.org/issue13454
http://hg.python.org/cpython/rev/eff2a7346243http://hg.python.org/cpython/rev/eff2a7346243
02d7a127fdfbhttps://hg.python.org/lookup/02d7a127fdfb
#13454https://bugs.python.org/issue13454
http://hg.python.org/cpython/rev/02d7a127fdfbhttp://hg.python.org/cpython/rev/02d7a127fdfb
62f2d3f6015ehttps://hg.python.org/lookup/62f2d3f6015e
#13454https://bugs.python.org/issue13454
http://hg.python.org/cpython/rev/62f2d3f6015ehttp://hg.python.org/cpython/rev/62f2d3f6015e
msg180649https://bugs.python.org/issue13454#msg180649
(view)https://bugs.python.org/msg180649
4ee8d38398d4https://hg.python.org/lookup/4ee8d38398d4
#13454https://bugs.python.org/issue13454
http://hg.python.org/cpython/rev/4ee8d38398d4http://hg.python.org/cpython/rev/4ee8d38398d4
d391b2849a51https://hg.python.org/lookup/d391b2849a51
#13454https://bugs.python.org/issue13454
http://hg.python.org/cpython/rev/d391b2849a51http://hg.python.org/cpython/rev/d391b2849a51
2258b4d89c9fhttps://hg.python.org/lookup/2258b4d89c9f
#13454https://bugs.python.org/issue13454
http://hg.python.org/cpython/rev/2258b4d89c9fhttp://hg.python.org/cpython/rev/2258b4d89c9f
1f57fb5e1e8ehttps://hg.python.org/lookup/1f57fb5e1e8e
#13454https://bugs.python.org/issue13454
http://hg.python.org/cpython/rev/1f57fb5e1e8ehttp://hg.python.org/cpython/rev/1f57fb5e1e8e
msg180649https://bugs.python.org/msg180649
python-devhttps://bugs.python.org/user13902
msg180568https://bugs.python.org/msg180568
msg179466https://bugs.python.org/msg179466
itertools_tee_nonrecursive_clear_2.patchhttps://bugs.python.org/file28467
msg178399https://bugs.python.org/msg178399
georg.brandlhttps://bugs.python.org/user93
msg178370https://bugs.python.org/msg178370
serhiy.storchakahttps://bugs.python.org/user15623
msg178324https://bugs.python.org/msg178324
needs reviewhttps://bugs.python.org/keyword8
msg174473https://bugs.python.org/msg174473
itertools_tee_nonrecursive_clear.patchhttps://bugs.python.org/file27578
itertools_tee_nonrecursive_clear.patchhttps://bugs.python.org/file27568
itertools_tee_nonrecursive_clear.patchhttps://bugs.python.org/file27568
msg172916https://bugs.python.org/msg172916
itertools_tee_nonrecursive_clear.patchhttps://bugs.python.org/file27566
pitrouhttps://bugs.python.org/user2040
msg172905https://bugs.python.org/msg172905
itertools_tee_nonrecursive_clear.patchhttps://bugs.python.org/file27566
patchhttps://bugs.python.org/keyword2
serhiy.storchakahttps://bugs.python.org/user15623
msg172890https://bugs.python.org/msg172890
amaury.forgeotdarchttps://bugs.python.org/user1076
msg148127https://bugs.python.org/msg148127
rhettingerhttps://bugs.python.org/user114
ezio.melottihttps://bugs.python.org/user7047
msg148126https://bugs.python.org/msg148126
vstinnerhttps://bugs.python.org/user2377
msg148125https://bugs.python.org/msg148125
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.