René's URL Explorer Experiment
go
Title:
Issue 23752: Cleanup io.FileIO - Python tracker
direct link
Domain:
bugs.python.org
None
text/html; charset=utf-8
Links
:
https://bugs.python.org/
Python Home
https://www.python.org/
About
https://www.python.org/about/
News
https://www.python.org/blogs/
Documentation
https://www.python.org/doc/
Downloads
https://www.python.org/downloads/
Community
https://www.python.org/community/
Foundation
https://www.python.org/psf/
Developer's Guide
https://devguide.python.org/
Issue Tracker
https://bugs.python.org/
Search
https://bugs.python.org/issue?@template=search&status=1
Random Issue
https://bugs.python.org/issue?@action=random
Issues with patch
https://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 issues
https://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
Stats
https://bugs.python.org/issue?@template=stats
Lost your login?
https://bugs.python.org/user?@template=forgotten
User List
https://bugs.python.org/user?@sort=username
Committer List
https://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentation
http://docs.python.org/devguide/triaging.html
Tracker Development
http://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problem
https://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHub
https://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/67940
https://github.com/python/cpython/issues/67940
Title
http://docs.python.org/devguide/triaging.html#title
Type
http://docs.python.org/devguide/triaging.html#type
Stage
http://docs.python.org/devguide/triaging.html#stage
Components
http://docs.python.org/devguide/triaging.html#components
Versions
http://docs.python.org/devguide/triaging.html#versions
Status
http://docs.python.org/devguide/triaging.html#status
Resolution
http://docs.python.org/devguide/triaging.html#resolution
Dependencies
http://docs.python.org/devguide/triaging.html#dependencies
Superseder
http://docs.python.org/devguide/triaging.html#superseder
Assigned To
http://docs.python.org/devguide/triaging.html#assigned-to
Nosy List
http://docs.python.org/devguide/triaging.html#nosy-list
Priority
http://docs.python.org/devguide/triaging.html#priority
Keywords
http://docs.python.org/devguide/triaging.html#keywords
fileio_drop_dup_fstat.patch
https://bugs.python.org/file38661/fileio_drop_dup_fstat.patch
review
https://bugs.python.org/review/23752/#ps14325
msg239045
https://bugs.python.org/issue23752#msg239045
(view)
https://bugs.python.org/msg239045
#21859
https://bugs.python.org/issue21859
msg239063
https://bugs.python.org/issue23752#msg239063
(view)
https://bugs.python.org/msg239063
msg239066
https://bugs.python.org/issue23752#msg239066
(view)
https://bugs.python.org/msg239066
3b5279b5bfd1
https://hg.python.org/lookup/3b5279b5bfd1
#21679
https://bugs.python.org/issue21679
#21679
https://bugs.python.org/issue21679
msg239070
https://bugs.python.org/issue23752#msg239070
(view)
https://bugs.python.org/msg239070
#21861
https://bugs.python.org/issue21861
msg239548
https://bugs.python.org/issue23752#msg239548
(view)
https://bugs.python.org/msg239548
bc2a22eaa0af
https://hg.python.org/lookup/bc2a22eaa0af
#23752
https://bugs.python.org/issue23752
https://hg.python.org/cpython/rev/bc2a22eaa0af
https://hg.python.org/cpython/rev/bc2a22eaa0af
msg239577
https://bugs.python.org/issue23752#msg239577
(view)
https://bugs.python.org/msg239577
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/5978/steps/test/logs/stdio
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/5978/steps/test/logs/stdio
test\test_os.py
https://github.com/python/cpython/blob/main/Lib/test/test_os.py#L1418
os.py
https://github.com/python/cpython/blob/main/Lib/os.py#L1028
test\test_os.py
https://github.com/python/cpython/blob/main/Lib/test/test_os.py#L1411
test\test_os.py
https://github.com/python/cpython/blob/main/Lib/test/test_os.py#L1420
msg239578
https://bugs.python.org/issue23752#msg239578
(view)
https://bugs.python.org/msg239578
128f92ae8bae
https://hg.python.org/lookup/128f92ae8bae
#23752
https://bugs.python.org/issue23752
https://hg.python.org/cpython/rev/128f92ae8bae
https://hg.python.org/cpython/rev/128f92ae8bae
msg239588
https://bugs.python.org/issue23752#msg239588
(view)
https://bugs.python.org/msg239588
128f92ae8bae
https://hg.python.org/lookup/128f92ae8bae
http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2870/steps/test/logs/stdio
http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2870/steps/test/logs/stdio
socket.py
https://github.com/python/cpython/blob/main/Lib/socket.py#L288
test/test_socket.py
https://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L5131
test/test_socket.py
https://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L278
threading.py
https://github.com/python/cpython/blob/main/Lib/threading.py#L293
threading.py
https://github.com/python/cpython/blob/main/Lib/threading.py#L556
test/test_socket.py
https://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L262
unittest/case.py
https://github.com/python/cpython/blob/main/Lib/unittest/case.py#L580
unittest/case.py
https://github.com/python/cpython/blob/main/Lib/unittest/case.py#L625
unittest/suite.py
https://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.py
https://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.py
https://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.py
https://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/runner.py
https://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L176
test/support/__init__.py
https://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1773
test/support/__init__.py
https://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1807
test/test_socket.py
https://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L5340
test/regrtest.py
https://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1280
msg239589
https://bugs.python.org/issue23752#msg239589
(view)
https://bugs.python.org/msg239589
http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2852/steps/test/logs/stdio
http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2852/steps/test/logs/stdio
test/test_ssl.py
https://github.com/python/cpython/blob/main/Lib/test/test_ssl.py#L2832
threading.py
https://github.com/python/cpython/blob/main/Lib/threading.py#L871
threading.py
https://github.com/python/cpython/blob/main/Lib/threading.py#L923
threading.py
https://github.com/python/cpython/blob/main/Lib/threading.py#L891
ssl.py
https://github.com/python/cpython/blob/main/Lib/ssl.py#L628
ssl.py
https://github.com/python/cpython/blob/main/Lib/ssl.py#L983
ssl.py
https://github.com/python/cpython/blob/main/Lib/ssl.py#L747
ssl.py
https://github.com/python/cpython/blob/main/Lib/ssl.py#L1064
unittest/case.py
https://github.com/python/cpython/blob/main/Lib/unittest/case.py#L162
unittest/case.py
https://github.com/python/cpython/blob/main/Lib/unittest/case.py#L1238
test/test_ssl.py
https://github.com/python/cpython/blob/main/Lib/test/test_ssl.py#L2851
unittest/case.py
https://github.com/python/cpython/blob/main/Lib/unittest/case.py#L577
unittest/case.py
https://github.com/python/cpython/blob/main/Lib/unittest/case.py#L625
unittest/suite.py
https://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.py
https://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.py
https://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.py
https://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/runner.py
https://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L176
test/support/__init__.py
https://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1773
msg240193
https://bugs.python.org/issue23752#msg240193
(view)
https://bugs.python.org/msg240193
msg240193
https://bugs.python.org/msg240193
msg239589
https://bugs.python.org/msg239589
msg239588
https://bugs.python.org/msg239588
msg239578
https://bugs.python.org/msg239578
holdenweb
https://bugs.python.org/user149
msg239577
https://bugs.python.org/msg239577
python-dev
https://bugs.python.org/user13902
msg239548
https://bugs.python.org/msg239548
piotr.dobrogost
https://bugs.python.org/user15108
msg239070
https://bugs.python.org/msg239070
msg239066
https://bugs.python.org/msg239066
fileio_drop_dup_fstat.patch
https://bugs.python.org/file38661
patch
https://bugs.python.org/keyword2
msg239063
https://bugs.python.org/msg239063
The Python Software Foundation
https://python.org/psf-landing/
Roundup
http://roundup.sourceforge.net
Python Software Foundation
http://python.org/psf
Legal Statements
http://python.org/about/legal
URLs of
crawlers that visited me
.