René's URL Explorer Experiment


Title: Issue 21209: q.put(some_tuple) fails when PYTHONASYNCIODEBUG=1 - Python tracker

Mail addresses
ncoghlan@gmail.com

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/65408 https://github.com/python/cpython/issues/65408
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
put_get_bug.pyhttps://bugs.python.org/file34795/put_get_bug.py
gen_send.diffhttps://bugs.python.org/file34805/gen_send.diff
gen_send_2.diffhttps://bugs.python.org/file34809/gen_send_2.diff
ceval.patchhttps://bugs.python.org/file34813/ceval.patch
reviewhttps://bugs.python.org/review/21209/#ps11560
corowrapper_01.patchhttps://bugs.python.org/file34832/corowrapper_01.patch
corowrapper_02.patchhttps://bugs.python.org/file34850/corowrapper_02.patch
corowrapper_03.patchhttps://bugs.python.org/file34870/corowrapper_03.patch
msg215991https://bugs.python.org/issue21209#msg215991
(view)https://bugs.python.org/msg215991
https://gist.github.com/richardkiss/10564363https://gist.github.com/richardkiss/10564363
msg215993https://bugs.python.org/issue21209#msg215993
(view)https://bugs.python.org/msg215993
msg216035https://bugs.python.org/issue21209#msg216035
(view)https://bugs.python.org/msg216035
http://code.google.com/p/tulip/issues/detail?id=163http://code.google.com/p/tulip/issues/detail?id=163
msg216044https://bugs.python.org/issue21209#msg216044
(view)https://bugs.python.org/msg216044
msg216057https://bugs.python.org/issue21209#msg216057
(view)https://bugs.python.org/msg216057
asyncio/events.pyhttps://github.com/python/cpython/blob/main/Lib/asyncio/events.py#L39
asyncio/tasks.pyhttps://github.com/python/cpython/blob/main/Lib/asyncio/tasks.py#L357
asyncio/tasks.pyhttps://github.com/python/cpython/blob/main/Lib/asyncio/tasks.py#L309
asyncio/tasks.pyhttps://github.com/python/cpython/blob/main/Lib/asyncio/tasks.py#L301
msg216058https://bugs.python.org/issue21209#msg216058
(view)https://bugs.python.org/msg216058
msg216060https://bugs.python.org/issue21209#msg216060
(view)https://bugs.python.org/msg216060
Doc/library/dis.rsthttps://github.com/python/cpython/blob/master/Doc/library/dis.rst
Doc/library/exceptions.rsthttps://github.com/python/cpython/blob/master/Doc/library/exceptions.rst
Doc/reference/expressions.rsthttps://github.com/python/cpython/blob/master/Doc/reference/expressions.rst
Doc/reference/simple_stmts.rsthttps://github.com/python/cpython/blob/master/Doc/reference/simple_stmts.rst
Doc/whatsnew/3https://github.com/python/cpython/blob/master/Doc/whatsnew/3
PEP 380https://www.python.org/dev/peps/pep-0380/
#11682https://bugs.python.org/issue11682
msg216062https://bugs.python.org/issue21209#msg216062
(view)https://bugs.python.org/msg216062
msg216063https://bugs.python.org/issue21209#msg216063
(view)https://bugs.python.org/msg216063
msg216064https://bugs.python.org/issue21209#msg216064
(view)https://bugs.python.org/msg216064
05b3a23b3836https://hg.python.org/lookup/05b3a23b3836
#21209https://bugs.python.org/issue21209
http://hg.python.org/cpython/rev/05b3a23b3836http://hg.python.org/cpython/rev/05b3a23b3836
d1eba2645b80https://hg.python.org/lookup/d1eba2645b80
#21209https://bugs.python.org/issue21209
http://hg.python.org/cpython/rev/d1eba2645b80http://hg.python.org/cpython/rev/d1eba2645b80
msg216065https://bugs.python.org/issue21209#msg216065
(view)https://bugs.python.org/msg216065
msg216085https://bugs.python.org/issue21209#msg216085
(view)https://bugs.python.org/msg216085
msg216118https://bugs.python.org/issue21209#msg216118
(view)https://bugs.python.org/msg216118
msg216120https://bugs.python.org/issue21209#msg216120
(view)https://bugs.python.org/msg216120
msg216122https://bugs.python.org/issue21209#msg216122
(view)https://bugs.python.org/msg216122
msg216124https://bugs.python.org/issue21209#msg216124
(view)https://bugs.python.org/msg216124
msg216148https://bugs.python.org/issue21209#msg216148
(view)https://bugs.python.org/msg216148
msg216213https://bugs.python.org/issue21209#msg216213
(view)https://bugs.python.org/msg216213
msg216225https://bugs.python.org/issue21209#msg216225
(view)https://bugs.python.org/msg216225
msg216261https://bugs.python.org/issue21209#msg216261
(view)https://bugs.python.org/msg216261
msg216271https://bugs.python.org/issue21209#msg216271
(view)https://bugs.python.org/msg216271
msg216272https://bugs.python.org/issue21209#msg216272
(view)https://bugs.python.org/msg216272
0c35d3616df5https://hg.python.org/lookup/0c35d3616df5
http://hg.python.org/cpython/rev/0c35d3616df5http://hg.python.org/cpython/rev/0c35d3616df5
13ff8645be57https://hg.python.org/lookup/13ff8645be57
http://hg.python.org/cpython/rev/13ff8645be57http://hg.python.org/cpython/rev/13ff8645be57
msg216292https://bugs.python.org/issue21209#msg216292
(view)https://bugs.python.org/msg216292
msg216301https://bugs.python.org/issue21209#msg216301
(view)https://bugs.python.org/msg216301
msg216302https://bugs.python.org/issue21209#msg216302
(view)https://bugs.python.org/msg216302
msg216325https://bugs.python.org/issue21209#msg216325
(view)https://bugs.python.org/msg216325
2729823525fehttps://hg.python.org/lookup/2729823525fe
http://hg.python.org/cpython/rev/2729823525fehttp://hg.python.org/cpython/rev/2729823525fe
552ee474f3e7https://hg.python.org/lookup/552ee474f3e7
http://hg.python.org/cpython/rev/552ee474f3e7http://hg.python.org/cpython/rev/552ee474f3e7
msg216329https://bugs.python.org/issue21209#msg216329
(view)https://bugs.python.org/msg216329
msg216902https://bugs.python.org/issue21209#msg216902
(view)https://bugs.python.org/msg216902
msg216905https://bugs.python.org/issue21209#msg216905
(view)https://bugs.python.org/msg216905
msg221955https://bugs.python.org/issue21209#msg221955
(view)https://bugs.python.org/msg221955
defd09a5339ahttps://hg.python.org/lookup/defd09a5339a
http://hg.python.org/cpython/rev/defd09a5339ahttp://hg.python.org/cpython/rev/defd09a5339a
8dc8c93e74c9https://hg.python.org/lookup/8dc8c93e74c9
http://hg.python.org/cpython/rev/8dc8c93e74c9http://hg.python.org/cpython/rev/8dc8c93e74c9
msg221955https://bugs.python.org/msg221955
msg216905https://bugs.python.org/msg216905
Arfreverhttps://bugs.python.org/user9138
msg216902https://bugs.python.org/msg216902
msg216329https://bugs.python.org/msg216329
msg216325https://bugs.python.org/msg216325
msg216302https://bugs.python.org/msg216302
msg216301https://bugs.python.org/msg216301
corowrapper_03.patchhttps://bugs.python.org/file34870
msg216292https://bugs.python.org/msg216292
msg216272https://bugs.python.org/msg216272
msg216271https://bugs.python.org/msg216271
msg216261https://bugs.python.org/msg216261
corowrapper_02.patchhttps://bugs.python.org/file34850
msg216225https://bugs.python.org/msg216225
msg216213https://bugs.python.org/msg216213
corowrapper_01.patchhttps://bugs.python.org/file34832
msg216148https://bugs.python.org/msg216148
msg216124https://bugs.python.org/msg216124
msg216122https://bugs.python.org/msg216122
msg216120https://bugs.python.org/msg216120
benjamin.petersonhttps://bugs.python.org/user4455
msg216118https://bugs.python.org/msg216118
msg216085https://bugs.python.org/msg216085
msg216065https://bugs.python.org/msg216065
python-devhttps://bugs.python.org/user13902
msg216064https://bugs.python.org/msg216064
msg216063https://bugs.python.org/msg216063
msg216062https://bugs.python.org/msg216062
ceval.patchhttps://bugs.python.org/file34813
ncoghlanhttps://bugs.python.org/user1309
msg216060https://bugs.python.org/msg216060
msg216058https://bugs.python.org/msg216058
msg216057https://bugs.python.org/msg216057
gen_send_2.diffhttps://bugs.python.org/file34809
msg216044https://bugs.python.org/msg216044
gen_send.diffhttps://bugs.python.org/file34805
gvanrossumhttps://bugs.python.org/user5
msg216035https://bugs.python.org/msg216035
patchhttps://bugs.python.org/keyword2
gvanrossumhttps://bugs.python.org/user5
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
giampaolo.rodolahttps://bugs.python.org/user3080
yselivanovhttps://bugs.python.org/user16198
msg215993https://bugs.python.org/msg215993
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.