René's URL Explorer Experiment


Title: Issue 23863: Fix EINTR Socket Module issues in 2.7 - Python tracker

Mail addresses
mcjeff@mcjeff

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/68051 https://github.com/python/cpython/issues/68051
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
socket_intr.pyhttps://bugs.python.org/file38825/socket_intr.py
socket_eintr.patchhttps://bugs.python.org/file38826/socket_eintr.patch
reviewhttps://bugs.python.org/review/23863/#ps14443
socket_eintr.1.patchhttps://bugs.python.org/file38832/socket_eintr.1.patch
reviewhttps://bugs.python.org/review/23863/#ps14449
socket_eintr.2.patchhttps://bugs.python.org/file38865/socket_eintr.2.patch
reviewhttps://bugs.python.org/review/23863/#ps14473
connect_eintr-py27.patchhttps://bugs.python.org/file38873/connect_eintr-py27.patch
reviewhttps://bugs.python.org/review/23863/#ps14479
test_connect_eintr4.pyhttps://bugs.python.org/file38874/test_connect_eintr4.py
socket_eintr.3.patchhttps://bugs.python.org/file38883/socket_eintr.3.patch
reviewhttps://bugs.python.org/review/23863/#ps14484
socket_eintr.4.patchhttps://bugs.python.org/file38891/socket_eintr.4.patch
reviewhttps://bugs.python.org/review/23863/#ps14491
socket_eintr.5.patchhttps://bugs.python.org/file38944/socket_eintr.5.patch
reviewhttps://bugs.python.org/review/23863/#ps14532
msg240044https://bugs.python.org/issue23863#msg240044
(view)https://bugs.python.org/msg240044
msg240045https://bugs.python.org/issue23863#msg240045
(view)https://bugs.python.org/msg240045
msg240083https://bugs.python.org/issue23863#msg240083
(view)https://bugs.python.org/msg240083
msg240093https://bugs.python.org/issue23863#msg240093
(view)https://bugs.python.org/msg240093
PEP 475https://www.python.org/dev/peps/pep-0475/
msg240094https://bugs.python.org/issue23863#msg240094
(view)https://bugs.python.org/msg240094
PEP 475https://www.python.org/dev/peps/pep-0475/
msg240234https://bugs.python.org/issue23863#msg240234
(view)https://bugs.python.org/msg240234
https://bugs.python.org/issue20611#msg240194https://bugs.python.org/issue20611#msg240194
https://hg.python.org/cpython/file/85a5265909cb/Modules/socketmodule.c#l2610https://hg.python.org/cpython/file/85a5265909cb/Modules/socketmodule.c#l2610
issue23618https://bugs.python.org/issue23618
msg240272https://bugs.python.org/issue23863#msg240272
(view)https://bugs.python.org/msg240272
msg240273https://bugs.python.org/issue23863#msg240273
(view)https://bugs.python.org/msg240273
msg240310https://bugs.python.org/issue23863#msg240310
(view)https://bugs.python.org/msg240310
msg240313https://bugs.python.org/issue23863#msg240313
(view)https://bugs.python.org/msg240313
PEP 475https://www.python.org/dev/peps/pep-0475/
https://docs.python.org/dev/whatsnew/3.5.html#changes-in-the-python-apihttps://docs.python.org/dev/whatsnew/3.5.html#changes-in-the-python-api
msg240347https://bugs.python.org/issue23863#msg240347
(view)https://bugs.python.org/msg240347
msg240382https://bugs.python.org/issue23863#msg240382
(view)https://bugs.python.org/msg240382
PEP 475https://www.python.org/dev/peps/pep-0475/
https://www.python.org/dev/peps/pep-0475/#backward-compatibilityhttps://www.python.org/dev/peps/pep-0475/#backward-compatibility
msg240407https://bugs.python.org/issue23863#msg240407
(view)https://bugs.python.org/msg240407
msg240441https://bugs.python.org/issue23863#msg240441
(view)https://bugs.python.org/msg240441
msg240597https://bugs.python.org/issue23863#msg240597
(view)https://bugs.python.org/msg240597
msg240692https://bugs.python.org/issue23863#msg240692
(view)https://bugs.python.org/msg240692
msg240698https://bugs.python.org/issue23863#msg240698
(view)https://bugs.python.org/msg240698
msg240860https://bugs.python.org/issue23863#msg240860
(view)https://bugs.python.org/msg240860
PEP 475https://www.python.org/dev/peps/pep-0475/
PEP 475https://www.python.org/dev/peps/pep-0475/
PEP 475https://www.python.org/dev/peps/pep-0475/
PEP 475https://www.python.org/dev/peps/pep-0475/
msg240879https://bugs.python.org/issue23863#msg240879
(view)https://bugs.python.org/msg240879
PEP 475https://www.python.org/dev/peps/pep-0475/
msg241646https://bugs.python.org/issue23863#msg241646
(view)https://bugs.python.org/msg241646
msg241658https://bugs.python.org/issue23863#msg241658
(view)https://bugs.python.org/msg241658
#20611https://bugs.python.org/issue20611
#20611https://bugs.python.org/issue20611
msg241742https://bugs.python.org/issue23863#msg241742
(view)https://bugs.python.org/msg241742
msg241766https://bugs.python.org/issue23863#msg241766
(view)https://bugs.python.org/msg241766
PEP 475https://www.python.org/dev/peps/pep-0475/
msg241854https://bugs.python.org/issue23863#msg241854
(view)https://bugs.python.org/msg241854
PEP 475https://www.python.org/dev/peps/pep-0475/
PEP 475https://www.python.org/dev/peps/pep-0475/
PEP 475https://www.python.org/dev/peps/pep-0475/
msg241905https://bugs.python.org/issue23863#msg241905
(view)https://bugs.python.org/msg241905
msg241986https://bugs.python.org/issue23863#msg241986
(view)https://bugs.python.org/msg241986
https://docs.python.org/dev/library/time.html#time.process_timehttps://docs.python.org/dev/library/time.html#time.process_time
https://www.python.org/dev/peps/pep-0418/#glossaryhttps://www.python.org/dev/peps/pep-0418/#glossary
msg241987https://bugs.python.org/issue23863#msg241987
(view)https://bugs.python.org/msg241987
msg243760https://bugs.python.org/issue23863#msg243760
(view)https://bugs.python.org/msg243760
msg301517https://bugs.python.org/issue23863#msg301517
(view)https://bugs.python.org/msg301517
msg301534https://bugs.python.org/issue23863#msg301534
(view)https://bugs.python.org/msg301534
msg301534https://bugs.python.org/msg301534
gregory.p.smithhttps://bugs.python.org/user252
https://bugs.python.org/userNone
msg301517https://bugs.python.org/msg301517
rpcope1https://bugs.python.org/user23682
msg243760https://bugs.python.org/msg243760
msg241987https://bugs.python.org/msg241987
msg241986https://bugs.python.org/msg241986
msg241905https://bugs.python.org/msg241905
msg241854https://bugs.python.org/msg241854
msg241766https://bugs.python.org/msg241766
msg241742https://bugs.python.org/msg241742
msg241658https://bugs.python.org/msg241658
r.david.murrayhttps://bugs.python.org/user9663
msg241646https://bugs.python.org/msg241646
koobshttps://bugs.python.org/user16276
msg240879https://bugs.python.org/msg240879
benjamin.petersonhttps://bugs.python.org/user4455
msg240860https://bugs.python.org/msg240860
msg240698https://bugs.python.org/msg240698
socket_eintr.5.patchhttps://bugs.python.org/file38944
msg240692https://bugs.python.org/msg240692
msg240597https://bugs.python.org/msg240597
socket_eintr.4.patchhttps://bugs.python.org/file38891
msg240441https://bugs.python.org/msg240441
msg240407https://bugs.python.org/msg240407
msg240382https://bugs.python.org/msg240382
socket_eintr.3.patchhttps://bugs.python.org/file38883
msg240347https://bugs.python.org/msg240347
msg240313https://bugs.python.org/msg240313
test_connect_eintr4.pyhttps://bugs.python.org/file38874
connect_eintr-py27.patchhttps://bugs.python.org/file38873
msg240310https://bugs.python.org/msg240310
msg240273https://bugs.python.org/msg240273
socket_eintr.2.patchhttps://bugs.python.org/file38865
msg240272https://bugs.python.org/msg240272
needs reviewhttps://bugs.python.org/keyword8
gregory.p.smithhttps://bugs.python.org/user252
msg240234https://bugs.python.org/msg240234
issue20611 supersederhttps://bugs.python.org/issue20611
msg240094https://bugs.python.org/msg240094
msg240093https://bugs.python.org/msg240093
socket_eintr.1.patchhttps://bugs.python.org/file38832
msg240083https://bugs.python.org/msg240083
vstinnerhttps://bugs.python.org/user2377
socket_eintr.patchhttps://bugs.python.org/file38826
gregory.p.smithhttps://bugs.python.org/user252
msg240045https://bugs.python.org/msg240045
patchhttps://bugs.python.org/keyword2
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.