René's URL Explorer Experiment


Title: Issue 20611: socket.create_connection() doesn't handle EINTR properly - 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/64810 https://github.com/python/cpython/issues/64810
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
23863https://bugs.python.org/issue23863
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
httplib_2.6.4_eintr_patch.pyhttps://bugs.python.org/file35296/httplib_2.6.4_eintr_patch.py
httplib_2.7.3_eintr_patch.pyhttps://bugs.python.org/file35297/httplib_2.7.3_eintr_patch.py
socketmodule_2.7.6_eintr_patch.chttps://bugs.python.org/file35361/socketmodule_2.7.6_eintr_patch.c
socket_2.7.3_eintr_patch.pyhttps://bugs.python.org/file35406/socket_2.7.3_eintr_patch.py
socket_2_7_2_patch.pyhttps://bugs.python.org/file35408/socket_2_7_2_patch.py
issue20611-connect-eintr-gps01.diffhttps://bugs.python.org/file35465/issue20611-connect-eintr-gps01.diff
reviewhttps://bugs.python.org/review/20611/#ps12036
msg211095https://bugs.python.org/issue20611#msg211095
(view)https://bugs.python.org/msg211095
xmlrpclib.pyhttps://github.com/python/cpython/blob/2.6/Lib/xmlrpclib.py#L1489
xmlrpclib.pyhttps://github.com/python/cpython/blob/2.6/Lib/xmlrpclib.py#L1235
xmlrpclib.pyhttps://github.com/python/cpython/blob/2.6/Lib/xmlrpclib.py#L1349
httplib.pyhttps://github.com/python/cpython/blob/2.6/Lib/httplib.py#L908
httplib.pyhttps://github.com/python/cpython/blob/2.6/Lib/httplib.py#L780
httplib.pyhttps://github.com/python/cpython/blob/2.6/Lib/httplib.py#L739
httplib.pyhttps://github.com/python/cpython/blob/2.6/Lib/httplib.py#L1112
socket.pyhttps://github.com/python/cpython/blob/2.6/Lib/socket.py#L561
http://bugs.python.org/issue1628205http://bugs.python.org/issue1628205
msg211128https://bugs.python.org/issue20611#msg211128
(view)https://bugs.python.org/msg211128
http://bugs.python.org/issue1628205http://bugs.python.org/issue1628205
http://bugs.python.org/issue18885http://bugs.python.org/issue18885
msg218831https://bugs.python.org/issue20611#msg218831
(view)https://bugs.python.org/msg218831
msg218833https://bugs.python.org/issue20611#msg218833
(view)https://bugs.python.org/msg218833
httplib.pyhttps://github.com/python/cpython/blob/2.7/Lib/httplib.py#L757
socket.pyhttps://github.com/python/cpython/blob/2.7/Lib/socket.py#L571
msg218836https://bugs.python.org/issue20611#msg218836
(view)https://bugs.python.org/msg218836
msg218841https://bugs.python.org/issue20611#msg218841
(view)https://bugs.python.org/msg218841
msg219121https://bugs.python.org/issue20611#msg219121
(view)https://bugs.python.org/msg219121
msg219122https://bugs.python.org/issue20611#msg219122
(view)https://bugs.python.org/msg219122
Modules/socketmodule.chttps://github.com/python/cpython/blob/master/Modules/socketmodule.c
msg219337https://bugs.python.org/issue20611#msg219337
(view)https://bugs.python.org/msg219337
http://bugs.python.org/issue21602http://bugs.python.org/issue21602
msg219340https://bugs.python.org/issue20611#msg219340
(view)https://bugs.python.org/msg219340
msg219343https://bugs.python.org/issue20611#msg219343
(view)https://bugs.python.org/msg219343
http://bugs.python.org/issue20611#msg218836http://bugs.python.org/issue20611#msg218836
http://bugs.python.org/issue20611#msg218841http://bugs.python.org/issue20611#msg218841
msg219344https://bugs.python.org/issue20611#msg219344
(view)https://bugs.python.org/msg219344
msg219371https://bugs.python.org/issue20611#msg219371
(view)https://bugs.python.org/msg219371
msg219375https://bugs.python.org/issue20611#msg219375
(view)https://bugs.python.org/msg219375
msg219376https://bugs.python.org/issue20611#msg219376
(view)https://bugs.python.org/msg219376
msg219668https://bugs.python.org/issue20611#msg219668
(view)https://bugs.python.org/msg219668
msg223890https://bugs.python.org/issue20611#msg223890
(view)https://bugs.python.org/msg223890
#18885https://bugs.python.org/issue18885
msg235544https://bugs.python.org/issue20611#msg235544
(view)https://bugs.python.org/msg235544
PEP 475https://www.python.org/dev/peps/pep-0475/
Issue 23285https://bugs.python.org/issue23285
msg240194https://bugs.python.org/issue20611#msg240194
(view)https://bugs.python.org/msg240194
PEP 475https://www.python.org/dev/peps/pep-0475/
#23618https://bugs.python.org/issue23618
https://docs.python.org/dev/library/socket.html#socket.socket.connecthttps://docs.python.org/dev/library/socket.html#socket.socket.connect
issue20611https://bugs.python.org/issue20611
#23618https://bugs.python.org/issue23618
msg240232https://bugs.python.org/issue20611#msg240232
(view)https://bugs.python.org/msg240232
Fix EINTR Socket Module issues in 2.7https://bugs.python.org/issue23863
msg240232https://bugs.python.org/msg240232
msg240194https://bugs.python.org/msg240194
martin.panterhttps://bugs.python.org/user14751
msg235544https://bugs.python.org/msg235544
msg223890https://bugs.python.org/msg223890
issue20611-connect-eintr-gps01.diffhttps://bugs.python.org/file35465
gregory.p.smithhttps://bugs.python.org/user252
msg219668https://bugs.python.org/msg219668
patchhttps://bugs.python.org/keyword2
msg219376https://bugs.python.org/msg219376
socket_2_7_2_patch.pyhttps://bugs.python.org/file35408
msg219375https://bugs.python.org/msg219375
socket_2_7_2_patch.pyhttps://bugs.python.org/file35400
socket_2.7.3_eintr_patch.pyhttps://bugs.python.org/file35359
socket_2.7.3_eintr_patch.pyhttps://bugs.python.org/file35406
msg219371https://bugs.python.org/msg219371
socket_2_7_2_patch.pyhttps://bugs.python.org/file35400
msg219344https://bugs.python.org/msg219344
msg219343https://bugs.python.org/msg219343
msg219340https://bugs.python.org/msg219340
issue21602 supersederhttps://bugs.python.org/issue21602
meishaohttps://bugs.python.org/user19651
msg219337https://bugs.python.org/msg219337
socketmodule_2.7.6_eintr_patch.chttps://bugs.python.org/file35360
socketmodule_2.7.6_eintr_patch.chttps://bugs.python.org/file35361
socketmodule_2.7.6_eintr_patch.chttps://bugs.python.org/file35360
msg219122https://bugs.python.org/msg219122
socket_2.7.3_eintr_patch.pyhttps://bugs.python.org/file35359
msg219121https://bugs.python.org/msg219121
msg218841https://bugs.python.org/msg218841
msg218836https://bugs.python.org/msg218836
msg218833https://bugs.python.org/msg218833
httplib_2.7.3_eintr_patch.pyhttps://bugs.python.org/file35297
httplib_2.6.4_eintr_patch.pyhttps://bugs.python.org/file35296
tholzerhttps://bugs.python.org/user11846
msg218831https://bugs.python.org/msg218831
msg211128https://bugs.python.org/msg211128
gregory.p.smithhttps://bugs.python.org/user252
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
neologixhttps://bugs.python.org/user12146
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.