René's URL Explorer Experiment


Title: Issue 19421: FileIO destructor imports indirectly the io module at exit - 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/63620 https://github.com/python/cpython/issues/63620
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
traceback_finalize.patchhttps://bugs.python.org/file32396/traceback_finalize.patch
reviewhttps://bugs.python.org/review/19421/#ps9733
import_finalization.patchhttps://bugs.python.org/file32397/import_finalization.patch
reviewhttps://bugs.python.org/review/19421/#ps9734
msg201532https://bugs.python.org/issue19421#msg201532
(view)https://bugs.python.org/msg201532
Objects/object.c:457https://github.com/python/cpython/blob/master/Objects/object.c#L457
Objects/unicodeobject.c:2669https://github.com/python/cpython/blob/master/Objects/unicodeobject.c#L2669
Objects/unicodeobject.c:2734https://github.com/python/cpython/blob/master/Objects/unicodeobject.c#L2734
Objects/unicodeobject.c:2785https://github.com/python/cpython/blob/master/Objects/unicodeobject.c#L2785
Python/import.c:1410https://github.com/python/cpython/blob/master/Python/import.c#L1410
Python/import.c:1560https://github.com/python/cpython/blob/master/Python/import.c#L1560
Python/import.c:1639https://github.com/python/cpython/blob/master/Python/import.c#L1639
Python/import.c:1141https://github.com/python/cpython/blob/master/Python/import.c#L1141
Python/import.c:1158https://github.com/python/cpython/blob/master/Python/import.c#L1158
Python/traceback.c:243https://github.com/python/cpython/blob/master/Python/traceback.c#L243
Python/_warnings.c:287https://github.com/python/cpython/blob/master/Python/_warnings.c#L287
Python/_warnings.c:409https://github.com/python/cpython/blob/master/Python/_warnings.c#L409
Python/_warnings.c:614https://github.com/python/cpython/blob/master/Python/_warnings.c#L614
Python/_warnings.c:732https://github.com/python/cpython/blob/master/Python/_warnings.c#L732
Python/_warnings.c:755https://github.com/python/cpython/blob/master/Python/_warnings.c#L755
Objects/methodobject.c:120https://github.com/python/cpython/blob/master/Objects/methodobject.c#L120
Objects/abstract.c:2085https://github.com/python/cpython/blob/master/Objects/abstract.c#L2085
Objects/abstract.c:2122https://github.com/python/cpython/blob/master/Objects/abstract.c#L2122
Objects/abstract.c:2189https://github.com/python/cpython/blob/master/Objects/abstract.c#L2189
Objects/abstract.c:2278https://github.com/python/cpython/blob/master/Objects/abstract.c#L2278
Objects/methodobject.c:120https://github.com/python/cpython/blob/master/Objects/methodobject.c#L120
Objects/abstract.c:2085https://github.com/python/cpython/blob/master/Objects/abstract.c#L2085
Objects/abstract.c:2122https://github.com/python/cpython/blob/master/Objects/abstract.c#L2122
Objects/abstract.c:2189https://github.com/python/cpython/blob/master/Objects/abstract.c#L2189
Objects/abstract.c:2278https://github.com/python/cpython/blob/master/Objects/abstract.c#L2278
Objects/methodobject.c:106https://github.com/python/cpython/blob/master/Objects/methodobject.c#L106
Objects/abstract.c:2085https://github.com/python/cpython/blob/master/Objects/abstract.c#L2085
Objects/abstract.c:2326https://github.com/python/cpython/blob/master/Objects/abstract.c#L2326
Objects/object.c:272https://github.com/python/cpython/blob/master/Objects/object.c#L272
Objects/object.c:289https://github.com/python/cpython/blob/master/Objects/object.c#L289
Objects/object.c:1876https://github.com/python/cpython/blob/master/Objects/object.c#L1876
Objects/dictobject.c:364https://github.com/python/cpython/blob/master/Objects/dictobject.c#L364
Objects/dictobject.c:1386https://github.com/python/cpython/blob/master/Objects/dictobject.c#L1386
Objects/object.c:1876https://github.com/python/cpython/blob/master/Objects/object.c#L1876
Objects/moduleobject.c:391https://github.com/python/cpython/blob/master/Objects/moduleobject.c#L391
Objects/object.c:1876https://github.com/python/cpython/blob/master/Objects/object.c#L1876
Objects/dictobject.c:818https://github.com/python/cpython/blob/master/Objects/dictobject.c#L818
Objects/dictobject.c:1202https://github.com/python/cpython/blob/master/Objects/dictobject.c#L1202
Python/import.c:369https://github.com/python/cpython/blob/master/Python/import.c#L369
Python/pythonrun.c:592https://github.com/python/cpython/blob/master/Python/pythonrun.c#L592
Modules/main.c:800https://github.com/python/cpython/blob/master/Modules/main.c#L800
msg201534https://bugs.python.org/issue19421#msg201534
(view)https://bugs.python.org/msg201534
msg201537https://bugs.python.org/issue19421#msg201537
(view)https://bugs.python.org/msg201537
msg201544https://bugs.python.org/issue19421#msg201544
(view)https://bugs.python.org/msg201544
msg201547https://bugs.python.org/issue19421#msg201547
(view)https://bugs.python.org/msg201547
#18408https://bugs.python.org/issue18408
msg201552https://bugs.python.org/issue19421#msg201552
(view)https://bugs.python.org/msg201552
msg201559https://bugs.python.org/issue19421#msg201559
(view)https://bugs.python.org/msg201559
1bbedfb20932https://hg.python.org/lookup/1bbedfb20932
#19421https://bugs.python.org/issue19421
http://hg.python.org/cpython/rev/1bbedfb20932http://hg.python.org/cpython/rev/1bbedfb20932
msg201560https://bugs.python.org/issue19421#msg201560
(view)https://bugs.python.org/msg201560
#19424https://bugs.python.org/issue19424
msg201562https://bugs.python.org/issue19421#msg201562
(view)https://bugs.python.org/msg201562
1bbedfb20932https://hg.python.org/lookup/1bbedfb20932
#19421https://bugs.python.org/issue19421
http://hg.python.org/cpython/rev/1bbedfb20932http://hg.python.org/cpython/rev/1bbedfb20932
Objects/typeobject.c:740https://github.com/python/cpython/blob/master/Objects/typeobject.c#L740
msg201565https://bugs.python.org/issue19421#msg201565
(view)https://bugs.python.org/msg201565
msg201567https://bugs.python.org/issue19421#msg201567
(view)https://bugs.python.org/msg201567
2d802765d31fhttps://hg.python.org/lookup/2d802765d31f
#19421https://bugs.python.org/issue19421
http://hg.python.org/cpython/rev/2d802765d31fhttp://hg.python.org/cpython/rev/2d802765d31f
msg201568https://bugs.python.org/issue19421#msg201568
(view)https://bugs.python.org/msg201568
msg201569https://bugs.python.org/issue19421#msg201569
(view)https://bugs.python.org/msg201569
msg201698https://bugs.python.org/issue19421#msg201698
(view)https://bugs.python.org/msg201698
#19424https://bugs.python.org/issue19424
#19442https://bugs.python.org/issue19442
msg201867https://bugs.python.org/issue19421#msg201867
(view)https://bugs.python.org/msg201867
#19442https://bugs.python.org/issue19442
#19466https://bugs.python.org/issue19466
msg228998https://bugs.python.org/issue19421#msg228998
(view)https://bugs.python.org/msg228998
https://mail.python.org/pipermail/python-dev/2013-October/129907.htmlhttps://mail.python.org/pipermail/python-dev/2013-October/129907.html
Issue 21049https://bugs.python.org/issue21049
martin.panterhttps://bugs.python.org/user14751
msg228998https://bugs.python.org/msg228998
msg201867https://bugs.python.org/msg201867
msg201698https://bugs.python.org/msg201698
Arfreverhttps://bugs.python.org/user9138
msg201569https://bugs.python.org/msg201569
import_finalization.patchhttps://bugs.python.org/file32397
msg201568https://bugs.python.org/msg201568
msg201567https://bugs.python.org/msg201567
msg201565https://bugs.python.org/msg201565
msg201562https://bugs.python.org/msg201562
traceback_finalize.patchhttps://bugs.python.org/file32396
patchhttps://bugs.python.org/keyword2
msg201560https://bugs.python.org/msg201560
python-devhttps://bugs.python.org/user13902
msg201559https://bugs.python.org/msg201559
msg201552https://bugs.python.org/msg201552
msg201547https://bugs.python.org/msg201547
msg201544https://bugs.python.org/msg201544
brett.cannonhttps://bugs.python.org/user37
msg201537https://bugs.python.org/msg201537
msg201534https://bugs.python.org/msg201534
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.