René's URL Explorer Experiment


Title: Issue 21163: asyncio doesn't warn if a task is destroyed during its execution - Python tracker

Mail addresses
victor.stinner@gmail.com
victor.stinner@gmail.com
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org
report@bugs.python.org

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/65362 https://github.com/python/cpython/issues/65362
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
asyncio-gc-issue.pyhttps://bugs.python.org/file34741/asyncio-gc-issue.py
log_destroyed_pending_task.patchhttps://bugs.python.org/file35691/log_destroyed_pending_task.patch
reviewhttps://bugs.python.org/review/21163/#ps12210
dont_log_pending.patchhttps://bugs.python.org/file35781/dont_log_pending.patch
reviewhttps://bugs.python.org/review/21163/#ps12282
test2.pyhttps://bugs.python.org/file36405/test2.py
issue_22163_patch_0.diffhttps://bugs.python.org/file36408/issue_22163_patch_0.diff
reviewhttps://bugs.python.org/review/21163/#ps12738
test3.pyhttps://bugs.python.org/file36413/test3.py
msg215633https://bugs.python.org/issue21163#msg215633
(view)https://bugs.python.org/msg215633
https://gist.github.com/richardkiss/9988156https://gist.github.com/richardkiss/9988156
msg215638https://bugs.python.org/issue21163#msg215638
(view)https://bugs.python.org/msg215638
msg215639https://bugs.python.org/issue21163#msg215639
(view)https://bugs.python.org/msg215639
https://github.com/richardkiss/pycoinnethttps://github.com/richardkiss/pycoinnet
msg215640https://bugs.python.org/issue21163#msg215640
(view)https://bugs.python.org/msg215640
msg215642https://bugs.python.org/issue21163#msg215642
(view)https://bugs.python.org/msg215642
msg215646https://bugs.python.org/issue21163#msg215646
(view)https://bugs.python.org/msg215646
msg215647https://bugs.python.org/issue21163#msg215647
(view)https://bugs.python.org/msg215647
msg220986https://bugs.python.org/issue21163#msg220986
(view)https://bugs.python.org/msg220986
https://code.google.com/p/tulip/issues/detail?id=155https://code.google.com/p/tulip/issues/detail?id=155
msg221010https://bugs.python.org/issue21163#msg221010
(view)https://bugs.python.org/msg221010
msg221096https://bugs.python.org/issue21163#msg221096
(view)https://bugs.python.org/msg221096
msg221375https://bugs.python.org/issue21163#msg221375
(view)https://bugs.python.org/msg221375
msg221387https://bugs.python.org/issue21163#msg221387
(view)https://bugs.python.org/msg221387
msg221470https://bugs.python.org/issue21163#msg221470
(view)https://bugs.python.org/msg221470
msg221495https://bugs.python.org/issue21163#msg221495
(view)https://bugs.python.org/msg221495
msg221503https://bugs.python.org/issue21163#msg221503
(view)https://bugs.python.org/msg221503
78dc74d4e8e6https://hg.python.org/lookup/78dc74d4e8e6
Lib/asyncio/futures.pyhttps://github.com/python/cpython/blob/master/Lib/asyncio/futures.py
Lib/asyncio/tasks.pyhttps://github.com/python/cpython/blob/master/Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_base_events.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_tasks.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_tasks.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_asyncio/test_tasks.py
msg221508https://bugs.python.org/issue21163#msg221508
(view)https://bugs.python.org/msg221508
msg221573https://bugs.python.org/issue21163#msg221573
(view)https://bugs.python.org/msg221573
1088023d971chttps://hg.python.org/lookup/1088023d971c
#21163https://bugs.python.org/issue21163
http://hg.python.org/cpython/rev/1088023d971chttp://hg.python.org/cpython/rev/1088023d971c
7877aab90c61https://hg.python.org/lookup/7877aab90c61
#21163https://bugs.python.org/issue21163
http://hg.python.org/cpython/rev/7877aab90c61http://hg.python.org/cpython/rev/7877aab90c61
msg221574https://bugs.python.org/issue21163#msg221574
(view)https://bugs.python.org/msg221574
e9150fdf068ahttps://hg.python.org/lookup/e9150fdf068a
http://hg.python.org/cpython/rev/e9150fdf068ahttp://hg.python.org/cpython/rev/e9150fdf068a
d92dc4462d26https://hg.python.org/lookup/d92dc4462d26
http://hg.python.org/cpython/rev/d92dc4462d26http://hg.python.org/cpython/rev/d92dc4462d26
msg221578https://bugs.python.org/issue21163#msg221578
(view)https://bugs.python.org/msg221578
4e4c6e2ed0c5https://hg.python.org/lookup/4e4c6e2ed0c5
#21163https://bugs.python.org/issue21163
http://hg.python.org/cpython/rev/4e4c6e2ed0c5http://hg.python.org/cpython/rev/4e4c6e2ed0c5
24282c6f6019https://hg.python.org/lookup/24282c6f6019
#21163https://bugs.python.org/issue21163
http://hg.python.org/cpython/rev/24282c6f6019http://hg.python.org/cpython/rev/24282c6f6019
msg221580https://bugs.python.org/issue21163#msg221580
(view)https://bugs.python.org/msg221580
msg221956https://bugs.python.org/issue21163#msg221956
(view)https://bugs.python.org/msg221956
msg221957https://bugs.python.org/issue21163#msg221957
(view)https://bugs.python.org/msg221957
13e78b9cf290https://hg.python.org/lookup/13e78b9cf290
#21163https://bugs.python.org/issue21163
http://hg.python.org/cpython/rev/13e78b9cf290http://hg.python.org/cpython/rev/13e78b9cf290
2d0fa8f383c8https://hg.python.org/lookup/2d0fa8f383c8
#21163https://bugs.python.org/issue21163
http://hg.python.org/cpython/rev/2d0fa8f383c8http://hg.python.org/cpython/rev/2d0fa8f383c8
msg222699https://bugs.python.org/issue21163#msg222699
(view)https://bugs.python.org/msg222699
f13cde63ca73https://hg.python.org/lookup/f13cde63ca73
http://hg.python.org/cpython/rev/f13cde63ca73http://hg.python.org/cpython/rev/f13cde63ca73
a67adfaf670bhttps://hg.python.org/lookup/a67adfaf670b
http://hg.python.org/cpython/rev/a67adfaf670bhttp://hg.python.org/cpython/rev/a67adfaf670b
msg223230https://bugs.python.org/issue21163#msg223230
(view)https://bugs.python.org/msg223230
6d5a76214166https://hg.python.org/lookup/6d5a76214166
#21163https://bugs.python.org/issue21163
http://hg.python.org/cpython/rev/6d5a76214166http://hg.python.org/cpython/rev/6d5a76214166
fbd3e9f635b6https://hg.python.org/lookup/fbd3e9f635b6
#21163https://bugs.python.org/issue21163
http://hg.python.org/cpython/rev/fbd3e9f635b6http://hg.python.org/cpython/rev/fbd3e9f635b6
msg223232https://bugs.python.org/issue21163#msg223232
(view)https://bugs.python.org/msg223232
e4fe6706b7b4https://hg.python.org/lookup/e4fe6706b7b4
#21163https://bugs.python.org/issue21163
http://hg.python.org/cpython/rev/e4fe6706b7b4http://hg.python.org/cpython/rev/e4fe6706b7b4
a627b23f57d4https://hg.python.org/lookup/a627b23f57d4
#21163https://bugs.python.org/issue21163
http://hg.python.org/cpython/rev/a627b23f57d4http://hg.python.org/cpython/rev/a627b23f57d4
msg223233https://bugs.python.org/issue21163#msg223233
(view)https://bugs.python.org/msg223233
msg225493https://bugs.python.org/issue21163#msg225493
(view)https://bugs.python.org/msg225493
msg225497https://bugs.python.org/issue21163#msg225497
(view)https://bugs.python.org/msg225497
http://bugs.python.org/file36405/test2.pyhttp://bugs.python.org/file36405/test2.py
http://bugs.python.org/issue21163http://bugs.python.org/issue21163
msg225498https://bugs.python.org/issue21163#msg225498
(view)https://bugs.python.org/msg225498
msg225499https://bugs.python.org/issue21163#msg225499
(view)https://bugs.python.org/msg225499
http://bugs.python.org/issue21163http://bugs.python.org/issue21163
msg225500https://bugs.python.org/issue21163#msg225500
(view)https://bugs.python.org/msg225500
msg225504https://bugs.python.org/issue21163#msg225504
(view)https://bugs.python.org/msg225504
msg225520https://bugs.python.org/issue21163#msg225520
(view)https://bugs.python.org/msg225520
msg225522https://bugs.python.org/issue21163#msg225522
(view)https://bugs.python.org/msg225522
msg227173https://bugs.python.org/issue21163#msg227173
(view)https://bugs.python.org/msg227173
#22448https://bugs.python.org/issue22448
msg227176https://bugs.python.org/issue21163#msg227176
(view)https://bugs.python.org/msg227176
issue2116https://bugs.python.org/issue2116
msg227177https://bugs.python.org/issue21163#msg227177
(view)https://bugs.python.org/msg227177
issue22448https://bugs.python.org/issue22448
msg227177https://bugs.python.org/msg227177
msg227176https://bugs.python.org/msg227176
msg227173https://bugs.python.org/msg227173
test3.pyhttps://bugs.python.org/file36413
msg225522https://bugs.python.org/msg225522
msg225520https://bugs.python.org/msg225520
issue_22163_patch_0.diffhttps://bugs.python.org/file36408
msg225504https://bugs.python.org/msg225504
msg225500https://bugs.python.org/msg225500
msg225499https://bugs.python.org/msg225499
msg225498https://bugs.python.org/msg225498
msg225497https://bugs.python.org/msg225497
test2.pyhttps://bugs.python.org/file36405
mpaolinihttps://bugs.python.org/user20053
msg225493https://bugs.python.org/msg225493
msg223233https://bugs.python.org/msg223233
msg223232https://bugs.python.org/msg223232
msg223230https://bugs.python.org/msg223230
msg222699https://bugs.python.org/msg222699
msg221957https://bugs.python.org/msg221957
msg221956https://bugs.python.org/msg221956
dont_log_pending.patchhttps://bugs.python.org/file35781
msg221580https://bugs.python.org/msg221580
msg221578https://bugs.python.org/msg221578
msg221574https://bugs.python.org/msg221574
python-devhttps://bugs.python.org/user13902
msg221573https://bugs.python.org/msg221573
msg221508https://bugs.python.org/msg221508
msg221503https://bugs.python.org/msg221503
Richard.Kisshttps://bugs.python.org/user19771
msg221495https://bugs.python.org/msg221495
Guido.van.Rossumhttps://bugs.python.org/user18074
msg221470https://bugs.python.org/msg221470
msg221387https://bugs.python.org/msg221387
msg221375https://bugs.python.org/msg221375
msg221096https://bugs.python.org/msg221096
msg221010https://bugs.python.org/msg221010
log_destroyed_pending_task.patchhttps://bugs.python.org/file35691
msg220986https://bugs.python.org/msg220986
patchhttps://bugs.python.org/keyword2
msg215647https://bugs.python.org/msg215647
msg215646https://bugs.python.org/msg215646
msg215642https://bugs.python.org/msg215642
msg215640https://bugs.python.org/msg215640
msg215639https://bugs.python.org/msg215639
msg215638https://bugs.python.org/msg215638
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
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.