René's URL Explorer Experiment


Title: Issue 39529: Deprecate get_event_loop() - 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/83710 https://github.com/python/cpython/issues/83710
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
PR 23554https://github.com/python/cpython/pull/23554
msg361229https://bugs.python.org/issue39529#msg361229
(view)https://bugs.python.org/msg361229
msg361245https://bugs.python.org/issue39529#msg361245
(view)https://bugs.python.org/msg361245
msg361247https://bugs.python.org/issue39529#msg361247
(view)https://bugs.python.org/msg361247
msg361248https://bugs.python.org/issue39529#msg361248
(view)https://bugs.python.org/msg361248
msg361249https://bugs.python.org/issue39529#msg361249
(view)https://bugs.python.org/msg361249
msg361609https://bugs.python.org/issue39529#msg361609
(view)https://bugs.python.org/msg361609
msg362487https://bugs.python.org/issue39529#msg362487
(view)https://bugs.python.org/msg362487
Lib/asyncio/futures.py:76https://github.com/python/cpython/blob/master/Lib/asyncio/futures.py#L76
Lib/asyncio/futures.py:390https://github.com/python/cpython/blob/master/Lib/asyncio/futures.py#L390
Lib/asyncio/locks.py:81https://github.com/python/cpython/blob/master/Lib/asyncio/locks.py#L81
Lib/asyncio/locks.py:177https://github.com/python/cpython/blob/master/Lib/asyncio/locks.py#L177
Lib/asyncio/locks.py:244https://github.com/python/cpython/blob/master/Lib/asyncio/locks.py#L244
Lib/asyncio/locks.py:375https://github.com/python/cpython/blob/master/Lib/asyncio/locks.py#L375
Lib/asyncio/queues.py:35https://github.com/python/cpython/blob/master/Lib/asyncio/queues.py#L35
Lib/asyncio/streams.py:45https://github.com/python/cpython/blob/master/Lib/asyncio/streams.py#L45
Lib/asyncio/streams.py:82https://github.com/python/cpython/blob/master/Lib/asyncio/streams.py#L82
Lib/asyncio/streams.py:104https://github.com/python/cpython/blob/master/Lib/asyncio/streams.py#L104
Lib/asyncio/streams.py:120https://github.com/python/cpython/blob/master/Lib/asyncio/streams.py#L120
Lib/asyncio/streams.py:147https://github.com/python/cpython/blob/master/Lib/asyncio/streams.py#L147
Lib/asyncio/streams.py:403https://github.com/python/cpython/blob/master/Lib/asyncio/streams.py#L403
Lib/asyncio/subprocess.py:206https://github.com/python/cpython/blob/master/Lib/asyncio/subprocess.py#L206
Lib/asyncio/subprocess.py:227https://github.com/python/cpython/blob/master/Lib/asyncio/subprocess.py#L227
Lib/asyncio/tasks.py:69https://github.com/python/cpython/blob/master/Lib/asyncio/tasks.py#L69
Lib/asyncio/tasks.py:129https://github.com/python/cpython/blob/master/Lib/asyncio/tasks.py#L129
Lib/asyncio/tasks.py:590https://github.com/python/cpython/blob/master/Lib/asyncio/tasks.py#L590
Lib/asyncio/tasks.py:669https://github.com/python/cpython/blob/master/Lib/asyncio/tasks.py#L669
Lib/asyncio/tasks.py:751https://github.com/python/cpython/blob/master/Lib/asyncio/tasks.py#L751
https://github.com/python/cpython/pull/18195https://github.com/python/cpython/pull/18195
msg362674https://bugs.python.org/issue39529#msg362674
(view)https://bugs.python.org/msg362674
https://github.com/python/cpython/pull/18195https://github.com/python/cpython/pull/18195
msg381860https://bugs.python.org/issue39529#msg381860
(view)https://bugs.python.org/msg381860
msg381881https://bugs.python.org/issue39529#msg381881
(view)https://bugs.python.org/msg381881
msg382044https://bugs.python.org/issue39529#msg382044
(view)https://bugs.python.org/msg382044
msg391851https://bugs.python.org/issue39529#msg391851
(view)https://bugs.python.org/msg391851
172c0f2752d8708b6dda7b42e6c5a3519420a4e8https://hg.python.org/lookup/172c0f2752d8708b6dda7b42e6c5a3519420a4e8
bpo-39529https://bugs.python.org/issue39529
GH-23554https://github.com/python/cpython/pull/23554
https://github.com/python/cpython/commit/172c0f2752d8708b6dda7b42e6c5a3519420a4e8https://github.com/python/cpython/commit/172c0f2752d8708b6dda7b42e6c5a3519420a4e8
msg394732https://bugs.python.org/issue39529#msg394732
(view)https://bugs.python.org/msg394732
msg394821https://bugs.python.org/issue39529#msg394821
(view)https://bugs.python.org/msg394821
msg407429https://bugs.python.org/issue39529#msg407429
(view)https://bugs.python.org/msg407429
msg407430https://bugs.python.org/issue39529#msg407430
(view)https://bugs.python.org/msg407430
msg407432https://bugs.python.org/issue39529#msg407432
(view)https://bugs.python.org/msg407432
msg407441https://bugs.python.org/issue39529#msg407441
(view)https://bugs.python.org/msg407441
msg407448https://bugs.python.org/issue39529#msg407448
(view)https://bugs.python.org/msg407448
msg407453https://bugs.python.org/issue39529#msg407453
(view)https://bugs.python.org/msg407453
msg407600https://bugs.python.org/issue39529#msg407600
(view)https://bugs.python.org/msg407600
johnmellorhttps://bugs.python.org/user42263
msg407600https://bugs.python.org/msg407600
msg407453https://bugs.python.org/msg407453
msg407448https://bugs.python.org/msg407448
msg407441https://bugs.python.org/msg407441
msg407432https://bugs.python.org/msg407432
msg407430https://bugs.python.org/msg407430
minrkhttps://bugs.python.org/user19503
msg407429https://bugs.python.org/msg407429
msg394821https://bugs.python.org/msg394821
Ben.Darnellhttps://bugs.python.org/user13997
msg394732https://bugs.python.org/msg394732
msg391851https://bugs.python.org/msg391851
patchhttps://bugs.python.org/keyword2
pull_request22435https://bugs.python.org/pull_request22435
msg382044https://bugs.python.org/msg382044
msg381881https://bugs.python.org/msg381881
msg381860https://bugs.python.org/msg381860
msg362674https://bugs.python.org/msg362674
aeroshttps://bugs.python.org/user31554
msg362487https://bugs.python.org/msg362487
msg361609https://bugs.python.org/msg361609
xtreakhttps://bugs.python.org/user28746
msg361249https://bugs.python.org/msg361249
yselivanovhttps://bugs.python.org/user16198
msg361248https://bugs.python.org/msg361248
msg361247https://bugs.python.org/msg361247
serhiy.storchakahttps://bugs.python.org/user15623
msg361245https://bugs.python.org/msg361245
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.