René's URL Explorer Experiment


Title: Issue 30319: Change socket.close() to ignore ECONNRESET - Python tracker

Mail addresses
victor.stinner@gmail.com

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/74504 https://github.com/python/cpython/issues/74504
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 2565https://github.com/python/cpython/pull/2565
PR 2566https://github.com/python/cpython/pull/2566
msg293331https://bugs.python.org/issue30319#msg293331
(view)https://bugs.python.org/msg293331
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.6/builds/128/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.6/builds/128/steps/test/logs/stdio
test/test_imaplib.pyhttps://github.com/python/cpython/blob/3.6/Lib/test/test_imaplib.py#L223
imaplib.pyhttps://github.com/python/cpython/blob/3.6/Lib/imaplib.py#L326
socket.pyhttps://github.com/python/cpython/blob/3.6/Lib/socket.py#L417
ssl.pyhttps://github.com/python/cpython/blob/3.6/Lib/ssl.py#L1052
socket.pyhttps://github.com/python/cpython/blob/3.6/Lib/socket.py#L411
msg293409https://bugs.python.org/issue30319#msg293409
(view)https://bugs.python.org/msg293409
bpo-30328https://bugs.python.org/issue30328
bpo-30315https://bugs.python.org/issue30315
msg293438https://bugs.python.org/issue30319#msg293438
(view)https://bugs.python.org/msg293438
bpo-30329https://bugs.python.org/issue30329
msg295109https://bugs.python.org/issue30319#msg295109
(view)https://bugs.python.org/msg295109
Issue 30319https://bugs.python.org/issue30319
Issue 30315https://bugs.python.org/issue30315
Issue 30543https://bugs.python.org/issue30543
Issue 30328https://bugs.python.org/issue30328
Issue 27784https://bugs.python.org/issue27784
Issue 30106https://bugs.python.org/issue30106
Issue 26685https://bugs.python.org/issue26685
https://www.freebsd.org/cgi/man.cgi?close%282%29https://www.freebsd.org/cgi/man.cgi?close%282%29
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159179https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159179
https://forums.zeroc.com/discussion/5569/patch-to-network-cpp-for-freebsd-for-econnreset-on-close-2-problemhttps://forums.zeroc.com/discussion/5569/patch-to-network-cpp-for-freebsd-for-econnreset-on-close-2-problem
Issue 26685https://bugs.python.org/issue26685
msg295264https://bugs.python.org/issue30319#msg295264
(view)https://bugs.python.org/msg295264
msg297463https://bugs.python.org/issue30319#msg297463
(view)https://bugs.python.org/msg297463
Issue 30652https://bugs.python.org/issue30652
Issue 30391https://bugs.python.org/issue30391
Modules/socketmodule.chttps://github.com/python/cpython/blob/master/Modules/socketmodule.c
msg297537https://bugs.python.org/issue30319#msg297537
(view)https://bugs.python.org/msg297537
msg297538https://bugs.python.org/issue30319#msg297538
(view)https://bugs.python.org/msg297538
msg297539https://bugs.python.org/issue30319#msg297539
(view)https://bugs.python.org/msg297539
msg297544https://bugs.python.org/issue30319#msg297544
(view)https://bugs.python.org/msg297544
bpo-30329https://bugs.python.org/issue30329
83a2c2879839da2e10037f5e4af1bd1dafbf1a52https://hg.python.org/lookup/83a2c2879839da2e10037f5e4af1bd1dafbf1a52
bpo-30329https://bugs.python.org/issue30329
#1538https://bugs.python.org/issue1538
msg297545https://bugs.python.org/issue30319#msg297545
(view)https://bugs.python.org/msg297545
bpo-26685https://bugs.python.org/issue26685
msg297551https://bugs.python.org/issue30319#msg297551
(view)https://bugs.python.org/msg297551
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.6/builds/154/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.6/builds/154/steps/test/logs/stdio
threading.pyhttps://github.com/python/cpython/blob/3.6/Lib/threading.py#L916
threading.pyhttps://github.com/python/cpython/blob/3.6/Lib/threading.py#L864
socketserver.pyhttps://github.com/python/cpython/blob/3.6/Lib/socketserver.py#L238
socketserver.pyhttps://github.com/python/cpython/blob/3.6/Lib/socketserver.py#L319
socketserver.pyhttps://github.com/python/cpython/blob/3.6/Lib/socketserver.py#L317
socketserver.pyhttps://github.com/python/cpython/blob/3.6/Lib/socketserver.py#L349
socketserver.pyhttps://github.com/python/cpython/blob/3.6/Lib/socketserver.py#L510
socketserver.pyhttps://github.com/python/cpython/blob/3.6/Lib/socketserver.py#L514
socket.pyhttps://github.com/python/cpython/blob/3.6/Lib/socket.py#L417
socket.pyhttps://github.com/python/cpython/blob/3.6/Lib/socket.py#L411
test/test_socketserver.pyhttps://github.com/python/cpython/blob/3.6/Lib/test/test_socketserver.py#L175
test/support/__init__.pyhttps://github.com/python/cpython/blob/3.6/Lib/test/support/__init__.py#L2045
test/test_socketserver.pyhttps://github.com/python/cpython/blob/3.6/Lib/test/test_socketserver.py#L141
test/test_socketserver.pyhttps://github.com/python/cpython/blob/3.6/Lib/test/test_socketserver.py#L153
test/test_socketserver.pyhttps://github.com/python/cpython/blob/3.6/Lib/test/test_socketserver.py#L46
msg297643https://bugs.python.org/issue30319#msg297643
(view)https://bugs.python.org/msg297643
Lib/asyncio/base_events.pyhttps://github.com/python/cpython/blob/master/Lib/asyncio/base_events.py
msg297644https://bugs.python.org/issue30319#msg297644
(view)https://bugs.python.org/msg297644
msg297645https://bugs.python.org/issue30319#msg297645
(view)https://bugs.python.org/msg297645
bpo-4473https://bugs.python.org/issue4473
d89824b0e2fa9a44b56394a5185de737a6527ea7https://hg.python.org/lookup/d89824b0e2fa9a44b56394a5185de737a6527ea7
81c87c5e9a81728f4c7b022e3786ce11d53ed3c9https://hg.python.org/lookup/81c87c5e9a81728f4c7b022e3786ce11d53ed3c9
bpo-30329https://bugs.python.org/issue30329
msg297646https://bugs.python.org/issue30319#msg297646
(view)https://bugs.python.org/msg297646
https://github.com/python/cpython/pull/2565https://github.com/python/cpython/pull/2565
msg297649https://bugs.python.org/issue30319#msg297649
(view)https://bugs.python.org/msg297649
msg297650https://bugs.python.org/issue30319#msg297650
(view)https://bugs.python.org/msg297650
msg297651https://bugs.python.org/issue30319#msg297651
(view)https://bugs.python.org/msg297651
https://github.com/python/cpython/pull/2565https://github.com/python/cpython/pull/2565
msg297657https://bugs.python.org/issue30319#msg297657
(view)https://bugs.python.org/msg297657
67e1478dba6efe60b8e1890192014b8b06dd6bd9https://hg.python.org/lookup/67e1478dba6efe60b8e1890192014b8b06dd6bd9
bpo-30319https://bugs.python.org/issue30319
#2565https://bugs.python.org/issue2565
https://github.com/python/cpython/commit/67e1478dba6efe60b8e1890192014b8b06dd6bd9https://github.com/python/cpython/commit/67e1478dba6efe60b8e1890192014b8b06dd6bd9
msg297659https://bugs.python.org/issue30319#msg297659
(view)https://bugs.python.org/msg297659
580cd5cd3603317d294a881628880a92ea221334https://hg.python.org/lookup/580cd5cd3603317d294a881628880a92ea221334
bpo-30319https://bugs.python.org/issue30319
#2565https://bugs.python.org/issue2565
#2566https://bugs.python.org/issue2566
https://github.com/python/cpython/commit/580cd5cd3603317d294a881628880a92ea221334https://github.com/python/cpython/commit/580cd5cd3603317d294a881628880a92ea221334
msg297660https://bugs.python.org/issue30319#msg297660
(view)https://bugs.python.org/msg297660
msg297664https://bugs.python.org/issue30319#msg297664
(view)https://bugs.python.org/msg297664
bpo-30652https://bugs.python.org/issue30652
bpo-30391https://bugs.python.org/issue30391
bpo-27784https://bugs.python.org/issue27784
bpo-30328https://bugs.python.org/issue30328
bpo-30543https://bugs.python.org/issue30543
bpo-30315https://bugs.python.org/issue30315
bpo-30106https://bugs.python.org/issue30106
msg297708https://bugs.python.org/issue30319#msg297708
(view)https://bugs.python.org/msg297708
msg297709https://bugs.python.org/issue30319#msg297709
(view)https://bugs.python.org/msg297709
msg297746https://bugs.python.org/issue30319#msg297746
(view)https://bugs.python.org/msg297746
8207c17486baece8ed0ac42d9f8d69ecec4ba7e4https://hg.python.org/lookup/8207c17486baece8ed0ac42d9f8d69ecec4ba7e4
bpo-30822https://bugs.python.org/issue30822
#2588https://bugs.python.org/issue2588
https://github.com/python/cpython/commit/8207c17486baece8ed0ac42d9f8d69ecec4ba7e4https://github.com/python/cpython/commit/8207c17486baece8ed0ac42d9f8d69ecec4ba7e4
msg297790https://bugs.python.org/issue30319#msg297790
(view)https://bugs.python.org/msg297790
Issue 27815https://bugs.python.org/issue27815
msg297817https://bugs.python.org/issue30319#msg297817
(view)https://bugs.python.org/msg297817
msg297817https://bugs.python.org/msg297817
msg297790https://bugs.python.org/msg297790
msg297746https://bugs.python.org/msg297746
msg297709https://bugs.python.org/msg297709
msg297708https://bugs.python.org/msg297708
alexhttps://bugs.python.org/user9612
Random failure of test_TCPServer() of test.test_socketserver.SocketServerTest and test_handle_accept() of test.test_asyncore.TestAPI_UseIPv6Select on FreeBSD buildbotshttps://bugs.python.org/issue27784
test_asyncore: test_handle_write() fails in tearDown()https://bugs.python.org/issue30106
test_ftplib.TestTLS_FTPClass: "[Errno 54] Connection reset by peer" on "AMD64 FreeBSD CURRENT Debug 3.x" buildbothttps://bugs.python.org/issue30315
test_ssl.test_connect_with_context(): ConnectionResetError on AMD64 FreeBSD 9.x 3.6https://bugs.python.org/issue30328
test_threading_handled() and test_threading_not_handled() of test_socketserver hangs randomly on AMD64 FreeBSD 10.x Shared 3.6https://bugs.python.org/issue30391
test_timeout fails on AMD64 FreeBSD CURRENT Debug 3.x: ConnectionResetError: [Errno 54] Connection reset by peerhttps://bugs.python.org/issue30543
test_threading_not_handled() of test_socketserver hangs randomly on AMD64 FreeBSD 10.x Shared 3.6https://bugs.python.org/issue30652
msg297664https://bugs.python.org/msg297664
issue27784 supersederhttps://bugs.python.org/issue27784
issue30315 supersederhttps://bugs.python.org/issue30315
issue30328 supersederhttps://bugs.python.org/issue30328
issue30543 supersederhttps://bugs.python.org/issue30543
msg297660https://bugs.python.org/msg297660
msg297659https://bugs.python.org/msg297659
pull_request2635https://bugs.python.org/pull_request2635
msg297657https://bugs.python.org/msg297657
msg297651https://bugs.python.org/msg297651
msg297650https://bugs.python.org/msg297650
msg297649https://bugs.python.org/msg297649
msg297646https://bugs.python.org/msg297646
msg297645https://bugs.python.org/msg297645
pull_request2632https://bugs.python.org/pull_request2632
msg297644https://bugs.python.org/msg297644
msg297643https://bugs.python.org/msg297643
msg297551https://bugs.python.org/msg297551
msg297545https://bugs.python.org/msg297545
msg297544https://bugs.python.org/msg297544
msg297539https://bugs.python.org/msg297539
msg297538https://bugs.python.org/msg297538
pitrouhttps://bugs.python.org/user2040
msg297537https://bugs.python.org/msg297537
msg297463https://bugs.python.org/msg297463
test_threading_handled() and test_threading_not_handled() of test_socketserver hangs randomly on AMD64 FreeBSD 10.x Shared 3.6https://bugs.python.org/issue30391
test_threading_not_handled() of test_socketserver hangs randomly on AMD64 FreeBSD 10.x Shared 3.6https://bugs.python.org/issue30652
msg295264https://bugs.python.org/msg295264
Random failure of test_TCPServer() of test.test_socketserver.SocketServerTest and test_handle_accept() of test.test_asyncore.TestAPI_UseIPv6Select on FreeBSD buildbotshttps://bugs.python.org/issue27784
test_asyncore: test_handle_write() fails in tearDown()https://bugs.python.org/issue30106
test_ftplib.TestTLS_FTPClass: "[Errno 54] Connection reset by peer" on "AMD64 FreeBSD CURRENT Debug 3.x" buildbothttps://bugs.python.org/issue30315
test_ssl.test_connect_with_context(): ConnectionResetError on AMD64 FreeBSD 9.x 3.6https://bugs.python.org/issue30328
test_timeout fails on AMD64 FreeBSD CURRENT Debug 3.x: ConnectionResetError: [Errno 54] Connection reset by peerhttps://bugs.python.org/issue30543
3.6regressionhttps://bugs.python.org/keyword19
martin.panterhttps://bugs.python.org/user14751
msg295109https://bugs.python.org/msg295109
janssenhttps://bugs.python.org/user1360
christian.heimeshttps://bugs.python.org/user3108
alexhttps://bugs.python.org/user9612
dstuffthttps://bugs.python.org/user17248
msg293438https://bugs.python.org/msg293438
msg293409https://bugs.python.org/msg293409
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.