René's URL Explorer Experiment


Title: Issue 28411: [subinterpreters] Eliminate PyInterpreterState.modules. - 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/72597 https://github.com/python/cpython/issues/72597
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
drop-interp-modules.diffhttps://bugs.python.org/file45052/drop-interp-modules.diff
reviewhttps://bugs.python.org/review/28411/#ps18837
PR 1638https://github.com/python/cpython/pull/1638
PR 3565https://github.com/python/cpython/pull/3565
PR 3575https://github.com/python/cpython/pull/3575
PR 3593https://github.com/python/cpython/pull/3593
PR 3606https://github.com/python/cpython/pull/3606
PR 7992https://github.com/python/cpython/pull/7992
PR 8017https://github.com/python/cpython/pull/8017
msg278445https://bugs.python.org/issue28411#msg278445
(view)https://bugs.python.org/msg278445
issue12633https://bugs.python.org/issue12633
Python/pylifecycle.chttps://github.com/python/cpython/blob/master/Python/pylifecycle.c
Python/import.chttps://github.com/python/cpython/blob/master/Python/import.c
msg278456https://bugs.python.org/issue28411#msg278456
(view)https://bugs.python.org/msg278456
msg278457https://bugs.python.org/issue28411#msg278457
(view)https://bugs.python.org/msg278457
msg278507https://bugs.python.org/issue28411#msg278507
(view)https://bugs.python.org/msg278507
PEP 432https://www.python.org/dev/peps/pep-0432/
Python/pylifecycle.chttps://github.com/python/cpython/blob/master/Python/pylifecycle.c
msg278508https://bugs.python.org/issue28411#msg278508
(view)https://bugs.python.org/msg278508
msg278509https://bugs.python.org/issue28411#msg278509
(view)https://bugs.python.org/msg278509
msg278514https://bugs.python.org/issue28411#msg278514
(view)https://bugs.python.org/msg278514
https://docs.python.org/3/c-api/init.html#c.PyInterpreterStatehttps://docs.python.org/3/c-api/init.html#c.PyInterpreterState
msg278664https://bugs.python.org/issue28411#msg278664
(view)https://bugs.python.org/msg278664
msg301286https://bugs.python.org/issue28411#msg301286
(view)https://bugs.python.org/msg301286
86b7afdfeee77993fe896a2aa13b3f4f95973f16https://hg.python.org/lookup/86b7afdfeee77993fe896a2aa13b3f4f95973f16
bpo-28411https://bugs.python.org/issue28411
#1638https://bugs.python.org/issue1638
https://github.com/python/cpython/commit/86b7afdfeee77993fe896a2aa13b3f4f95973f16https://github.com/python/cpython/commit/86b7afdfeee77993fe896a2aa13b3f4f95973f16
msg302127https://bugs.python.org/issue28411#msg302127
(view)https://bugs.python.org/msg302127
#31404https://bugs.python.org/issue31404
msg302141https://bugs.python.org/issue28411#msg302141
(view)https://bugs.python.org/msg302141
#31404https://bugs.python.org/issue31404
msg302148https://bugs.python.org/issue28411#msg302148
(view)https://bugs.python.org/msg302148
93c92f7d1dbb6e7e472f1d0444c6968858113de2https://hg.python.org/lookup/93c92f7d1dbb6e7e472f1d0444c6968858113de2
bpo-31404https://bugs.python.org/issue31404
#1638https://bugs.python.org/issue1638
#3565https://bugs.python.org/issue3565
https://github.com/python/cpython/commit/93c92f7d1dbb6e7e472f1d0444c6968858113de2https://github.com/python/cpython/commit/93c92f7d1dbb6e7e472f1d0444c6968858113de2
msg302193https://bugs.python.org/issue28411#msg302193
(view)https://bugs.python.org/msg302193
d393c1b227f22fb9af66040b2b367c99a4d1fa9ahttps://hg.python.org/lookup/d393c1b227f22fb9af66040b2b367c99a4d1fa9a
bpo-28411https://bugs.python.org/issue28411
#3575https://bugs.python.org/issue3575
https://github.com/python/cpython/commit/d393c1b227f22fb9af66040b2b367c99a4d1fa9ahttps://github.com/python/cpython/commit/d393c1b227f22fb9af66040b2b367c99a4d1fa9a
msg302303https://bugs.python.org/issue28411#msg302303
(view)https://bugs.python.org/msg302303
3f9eee6eb4b25fe1926eaa5f00e02344b126f54dhttps://hg.python.org/lookup/3f9eee6eb4b25fe1926eaa5f00e02344b126f54d
bpo-28411https://bugs.python.org/issue28411
#3593https://bugs.python.org/issue3593
https://github.com/python/cpython/commit/3f9eee6eb4b25fe1926eaa5f00e02344b126f54dhttps://github.com/python/cpython/commit/3f9eee6eb4b25fe1926eaa5f00e02344b126f54d
msg335026https://bugs.python.org/issue28411#msg335026
(view)https://bugs.python.org/msg335026
gh-9047https://github.com/python/cpython/pull/9047
#34572https://bugs.python.org/issue34572
eric.snowhttps://bugs.python.org/user14000
msg335026https://bugs.python.org/msg335026
pull_request11714https://bugs.python.org/pull_request11714
pull_request11713https://bugs.python.org/pull_request11713
pull_request11714https://bugs.python.org/pull_request11714
pull_request11713https://bugs.python.org/pull_request11713
pull_request7625https://bugs.python.org/pull_request7625
pull_request7603https://bugs.python.org/pull_request7603
pull_request3596https://bugs.python.org/pull_request3596
msg302303https://bugs.python.org/msg302303
pull_request3584https://bugs.python.org/pull_request3584
msg302193https://bugs.python.org/msg302193
pull_request3566https://bugs.python.org/pull_request3566
msg302148https://bugs.python.org/msg302148
msg302141https://bugs.python.org/msg302141
pull_request3555https://bugs.python.org/pull_request3555
msg302127https://bugs.python.org/msg302127
msg301286https://bugs.python.org/msg301286
issue12633 supersederhttps://bugs.python.org/issue12633
pull_request1732https://bugs.python.org/pull_request1732
msg278664https://bugs.python.org/msg278664
msg278514https://bugs.python.org/msg278514
msg278509https://bugs.python.org/msg278509
msg278508https://bugs.python.org/msg278508
msg278507https://bugs.python.org/msg278507
msg278457https://bugs.python.org/msg278457
grahamdhttps://bugs.python.org/user8983
msg278456https://bugs.python.org/msg278456
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.