René's URL Explorer Experiment


Title: Issue 42064: Convert sqlite3 to multi-phase initialisation (PEP 489) - 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/86230 https://github.com/python/cpython/issues/86230
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 26537https://github.com/python/cpython/pull/26537
PR 26745https://github.com/python/cpython/pull/26745
PR 26840https://github.com/python/cpython/pull/26840
PR 26884https://github.com/python/cpython/pull/26884
PR 27155https://github.com/python/cpython/pull/27155
PR 27156https://github.com/python/cpython/pull/27156
PR 27273https://github.com/python/cpython/pull/27273
PR 27456https://github.com/python/cpython/pull/27456
PR 27931https://github.com/python/cpython/pull/27931
PR 27940https://github.com/python/cpython/pull/27940
PR 28242https://github.com/python/cpython/pull/28242
PR 29073https://github.com/python/cpython/pull/29073
PR 29234https://github.com/python/cpython/pull/29234
msg378825https://bugs.python.org/issue42064#msg378825
(view)https://bugs.python.org/msg378825
PEP 384https://www.python.org/dev/peps/pep-0384/
bpo-41861https://bugs.python.org/issue41861
bpo-40956https://bugs.python.org/issue40956
PEP 573https://www.python.org/dev/peps/pep-0573/
PEP 489https://www.python.org/dev/peps/pep-0489/
bpo-1635741https://bugs.python.org/issue1635741
msg378829https://bugs.python.org/issue42064#msg378829
(view)https://bugs.python.org/msg378829
msg378832https://bugs.python.org/issue42064#msg378832
(view)https://bugs.python.org/msg378832
msg378905https://bugs.python.org/issue42064#msg378905
(view)https://bugs.python.org/msg378905
https://github.com/erlend-aasland/cpython/commits/bpo-42064/allhttps://github.com/erlend-aasland/cpython/commits/bpo-42064/all
msg379029https://bugs.python.org/issue42064#msg379029
(view)https://bugs.python.org/msg379029
msg379172https://bugs.python.org/issue42064#msg379172
(view)https://bugs.python.org/msg379172
msg379326https://bugs.python.org/issue42064#msg379326
(view)https://bugs.python.org/msg379326
https://github.com/erlend-aasland/cpython/commits/bpo-42064/allhttps://github.com/erlend-aasland/cpython/commits/bpo-42064/all
msg379476https://bugs.python.org/issue42064#msg379476
(view)https://bugs.python.org/msg379476
msg380299https://bugs.python.org/issue42064#msg380299
(view)https://bugs.python.org/msg380299
https://github.com/erlend-aasland/cpython/tree/bpo-42064/allhttps://github.com/erlend-aasland/cpython/tree/bpo-42064/all
Modules/gcmodule.c:116https://github.com/python/cpython/blob/master/Modules/gcmodule.c#L116
msg395047https://bugs.python.org/issue42064#msg395047
(view)https://bugs.python.org/msg395047
f461a7fc3f8740b9e79e8874175115a3474e5930https://hg.python.org/lookup/f461a7fc3f8740b9e79e8874175115a3474e5930
bpo-42862https://bugs.python.org/issue42862
GH-24203https://github.com/python/cpython/pull/24203
msg395876https://bugs.python.org/issue42064#msg395876
(view)https://bugs.python.org/msg395876
10a5c806d4dec6c342dcc9888fbe4fa1fa9b7a1fhttps://hg.python.org/lookup/10a5c806d4dec6c342dcc9888fbe4fa1fa9b7a1f
bpo-42064https://bugs.python.org/issue42064
GH-26537https://github.com/python/cpython/pull/26537
https://github.com/python/cpython/commit/10a5c806d4dec6c342dcc9888fbe4fa1fa9b7a1fhttps://github.com/python/cpython/commit/10a5c806d4dec6c342dcc9888fbe4fa1fa9b7a1f
msg396411https://bugs.python.org/issue42064#msg396411
(view)https://bugs.python.org/msg396411
019ad62afd20e80c74f879aa716e339b992a0bb9https://hg.python.org/lookup/019ad62afd20e80c74f879aa716e339b992a0bb9
bpo-42064https://bugs.python.org/issue42064
GH-26840https://github.com/python/cpython/pull/26840
https://github.com/python/cpython/commit/019ad62afd20e80c74f879aa716e339b992a0bb9https://github.com/python/cpython/commit/019ad62afd20e80c74f879aa716e339b992a0bb9
msg396416https://bugs.python.org/issue42064#msg396416
(view)https://bugs.python.org/msg396416
a50e28377bcf37121b55c2de70d95a5386c478f8https://hg.python.org/lookup/a50e28377bcf37121b55c2de70d95a5386c478f8
bpo-42064https://bugs.python.org/issue42064
GH-26745https://github.com/python/cpython/pull/26745
https://github.com/python/cpython/commit/a50e28377bcf37121b55c2de70d95a5386c478f8https://github.com/python/cpython/commit/a50e28377bcf37121b55c2de70d95a5386c478f8
msg397477https://bugs.python.org/issue42064#msg397477
(view)https://bugs.python.org/msg397477
05162993fe62e7fa3acebdd0062586b9bf63d46ahttps://hg.python.org/lookup/05162993fe62e7fa3acebdd0062586b9bf63d46a
bpo-42064https://bugs.python.org/issue42064
GH-26884https://github.com/python/cpython/pull/26884
https://github.com/python/cpython/commit/05162993fe62e7fa3acebdd0062586b9bf63d46ahttps://github.com/python/cpython/commit/05162993fe62e7fa3acebdd0062586b9bf63d46a
msg397866https://bugs.python.org/issue42064#msg397866
(view)https://bugs.python.org/msg397866
4c0deb25ac899fbe4da626ce3cb21f204cdd3aa9https://hg.python.org/lookup/4c0deb25ac899fbe4da626ce3cb21f204cdd3aa9
bpo-42064https://bugs.python.org/issue42064
GH-27155https://github.com/python/cpython/pull/27155
https://github.com/python/cpython/commit/4c0deb25ac899fbe4da626ce3cb21f204cdd3aa9https://github.com/python/cpython/commit/4c0deb25ac899fbe4da626ce3cb21f204cdd3aa9
msg398298https://bugs.python.org/issue42064#msg398298
(view)https://bugs.python.org/msg398298
890e22957d427ee994b85d62dfe4d5a7cbd34ec5https://hg.python.org/lookup/890e22957d427ee994b85d62dfe4d5a7cbd34ec5
bpo-42064https://bugs.python.org/issue42064
GH-27156https://github.com/python/cpython/pull/27156
https://github.com/python/cpython/commit/890e22957d427ee994b85d62dfe4d5a7cbd34ec5https://github.com/python/cpython/commit/890e22957d427ee994b85d62dfe4d5a7cbd34ec5
msg398470https://bugs.python.org/issue42064#msg398470
(view)https://bugs.python.org/msg398470
d542742128b634264d5b6796297613975211b43bhttps://hg.python.org/lookup/d542742128b634264d5b6796297613975211b43b
bpo-42064https://bugs.python.org/issue42064
GH-27273https://github.com/python/cpython/pull/27273
https://github.com/python/cpython/commit/d542742128b634264d5b6796297613975211b43bhttps://github.com/python/cpython/commit/d542742128b634264d5b6796297613975211b43b
msg400205https://bugs.python.org/issue42064#msg400205
(view)https://bugs.python.org/msg400205
msg400206https://bugs.python.org/issue42064#msg400206
(view)https://bugs.python.org/msg400206
9ed523159c7ba840dbf403e02498eeae1b5d3ed9https://hg.python.org/lookup/9ed523159c7ba840dbf403e02498eeae1b5d3ed9
bpo-42064https://bugs.python.org/issue42064
GH-27456https://github.com/python/cpython/pull/27456
https://github.com/python/cpython/commit/9ed523159c7ba840dbf403e02498eeae1b5d3ed9https://github.com/python/cpython/commit/9ed523159c7ba840dbf403e02498eeae1b5d3ed9
msg400208https://bugs.python.org/issue42064#msg400208
(view)https://bugs.python.org/msg400208
bpo-44991https://bugs.python.org/issue44991
msg400712https://bugs.python.org/issue42064#msg400712
(view)https://bugs.python.org/msg400712
msg400720https://bugs.python.org/issue42064#msg400720
(view)https://bugs.python.org/msg400720
PR 27934https://github.com/python/cpython/pull/27934
msg400725https://bugs.python.org/issue42064#msg400725
(view)https://bugs.python.org/msg400725
01dea5f12b31862999217c091399a318f23b460ahttps://hg.python.org/lookup/01dea5f12b31862999217c091399a318f23b460a
bpo-42064https://bugs.python.org/issue42064
GH-27931https://github.com/python/cpython/pull/27931
https://github.com/python/cpython/commit/01dea5f12b31862999217c091399a318f23b460ahttps://github.com/python/cpython/commit/01dea5f12b31862999217c091399a318f23b460a
msg400726https://bugs.python.org/issue42064#msg400726
(view)https://bugs.python.org/msg400726
msg400733https://bugs.python.org/issue42064#msg400733
(view)https://bugs.python.org/msg400733
msg400774https://bugs.python.org/issue42064#msg400774
(view)https://bugs.python.org/msg400774
PR 27940https://github.com/python/cpython/pull/27940
msg401245https://bugs.python.org/issue42064#msg401245
(view)https://bugs.python.org/msg401245
0474d06008f8c9eba660ed20d336ffdc5c4db121https://hg.python.org/lookup/0474d06008f8c9eba660ed20d336ffdc5c4db121
bpo-44991https://bugs.python.org/issue44991
GH-28088https://github.com/python/cpython/pull/28088
https://github.com/python/cpython/commit/0474d06008f8c9eba660ed20d336ffdc5c4db121https://github.com/python/cpython/commit/0474d06008f8c9eba660ed20d336ffdc5c4db121
msg401259https://bugs.python.org/issue42064#msg401259
(view)https://bugs.python.org/msg401259
979336de34e3d3f40cf6e666b72a618f6330f3c1https://hg.python.org/lookup/979336de34e3d3f40cf6e666b72a618f6330f3c1
bpo-42064https://bugs.python.org/issue42064
GH-27940https://github.com/python/cpython/pull/27940
https://github.com/python/cpython/commit/979336de34e3d3f40cf6e666b72a618f6330f3c1https://github.com/python/cpython/commit/979336de34e3d3f40cf6e666b72a618f6330f3c1
msg401423https://bugs.python.org/issue42064#msg401423
(view)https://bugs.python.org/msg401423
msg404301https://bugs.python.org/issue42064#msg404301
(view)https://bugs.python.org/msg404301
09c04e7f0d26f0006964554b6a0caa5ef7f0bd24https://hg.python.org/lookup/09c04e7f0d26f0006964554b6a0caa5ef7f0bd24
bpo-42064https://bugs.python.org/issue42064
GH-28242https://github.com/python/cpython/pull/28242
https://github.com/python/cpython/commit/09c04e7f0d26f0006964554b6a0caa5ef7f0bd24https://github.com/python/cpython/commit/09c04e7f0d26f0006964554b6a0caa5ef7f0bd24
msg405086https://bugs.python.org/issue42064#msg405086
(view)https://bugs.python.org/msg405086
8f24b7dbcbd83311dad510863d8cb41f0e91b464https://hg.python.org/lookup/8f24b7dbcbd83311dad510863d8cb41f0e91b464
bpo-42064https://bugs.python.org/issue42064
GH-29073https://github.com/python/cpython/pull/29073
https://github.com/python/cpython/commit/8f24b7dbcbd83311dad510863d8cb41f0e91b464https://github.com/python/cpython/commit/8f24b7dbcbd83311dad510863d8cb41f0e91b464
msg405512https://bugs.python.org/issue42064#msg405512
(view)https://bugs.python.org/msg405512
401272e6e660445d6556d5cd4db88ed4267a50b3https://hg.python.org/lookup/401272e6e660445d6556d5cd4db88ed4267a50b3
bpo-42064https://bugs.python.org/issue42064
PEP 489https://www.python.org/dev/peps/pep-0489/
GH-29234https://github.com/python/cpython/pull/29234
https://github.com/python/cpython/commit/401272e6e660445d6556d5cd4db88ed4267a50b3https://github.com/python/cpython/commit/401272e6e660445d6556d5cd4db88ed4267a50b3
msg405583https://bugs.python.org/issue42064#msg405583
(view)https://bugs.python.org/msg405583
msg405609https://bugs.python.org/issue42064#msg405609
(view)https://bugs.python.org/msg405609
msg405609https://bugs.python.org/msg405609
msg405583https://bugs.python.org/msg405583
msg405512https://bugs.python.org/msg405512
pull_request27497https://bugs.python.org/pull_request27497
msg405086https://bugs.python.org/msg405086
pull_request27341https://bugs.python.org/pull_request27341
msg404301https://bugs.python.org/msg404301
DiddiLeijahttps://bugs.python.org/user39951
pull_request26661https://bugs.python.org/pull_request26661
msg401423https://bugs.python.org/msg401423
msg401259https://bugs.python.org/msg401259
msg401245https://bugs.python.org/msg401245
vstinnerhttps://bugs.python.org/user2377
msg400774https://bugs.python.org/msg400774
msg400733https://bugs.python.org/msg400733
msg400726https://bugs.python.org/msg400726
msg400725https://bugs.python.org/msg400725
msg400720https://bugs.python.org/msg400720
msg400712https://bugs.python.org/msg400712
pull_request26385https://bugs.python.org/pull_request26385
pull_request26380https://bugs.python.org/pull_request26380
msg400208https://bugs.python.org/msg400208
msg400206https://bugs.python.org/msg400206
msg400205https://bugs.python.org/msg400205
pull_request25982https://bugs.python.org/pull_request25982
msg398470https://bugs.python.org/msg398470
msg398298https://bugs.python.org/msg398298
pull_request25818https://bugs.python.org/pull_request25818
msg397866https://bugs.python.org/msg397866
pull_request25693https://bugs.python.org/pull_request25693
pull_request25692https://bugs.python.org/pull_request25692
msg397477https://bugs.python.org/msg397477
pull_request25462https://bugs.python.org/pull_request25462
miss-islingtonhttps://bugs.python.org/user27838
msg396416https://bugs.python.org/msg396416
msg396411https://bugs.python.org/msg396411
pull_request25421https://bugs.python.org/pull_request25421
pull_request25330https://bugs.python.org/pull_request25330
petr.viktorinhttps://bugs.python.org/user9942
msg395876https://bugs.python.org/msg395876
patchhttps://bugs.python.org/keyword2
pull_request25128https://bugs.python.org/pull_request25128
msg395047https://bugs.python.org/msg395047
msg380299https://bugs.python.org/msg380299
msg379476https://bugs.python.org/msg379476
msg379326https://bugs.python.org/msg379326
msg379172https://bugs.python.org/msg379172
msg379029https://bugs.python.org/msg379029
msg378905https://bugs.python.org/msg378905
msg378832https://bugs.python.org/msg378832
msg378829https://bugs.python.org/msg378829
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.