René's URL Explorer Experiment


Title: Issue 18885: handle EINTR in the stdlib - Python tracker

Mail addresses
report@bugs.python.org

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/63085 https://github.com/python/cpython/issues/63085
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
select_eintr.diffhttps://bugs.python.org/file32907/select_eintr.diff
reviewhttps://bugs.python.org/review/18885/#ps10146
msg196555https://bugs.python.org/issue18885#msg196555
(view)https://bugs.python.org/msg196555
http://mail.python.org/pipermail/python-dev/2013-August/128204.htmlhttp://mail.python.org/pipermail/python-dev/2013-August/128204.html
Modules/fcntlmodule.chttps://github.com/python/cpython/blob/master/Modules/fcntlmodule.c
Modules/ossaudiodev.chttps://github.com/python/cpython/blob/master/Modules/ossaudiodev.c
Modules/posixmodule.chttps://github.com/python/cpython/blob/master/Modules/posixmodule.c
Modules/selectmodule.chttps://github.com/python/cpython/blob/master/Modules/selectmodule.c
Modules/selectmodule.chttps://github.com/python/cpython/blob/master/Modules/selectmodule.c
Modules/signalmodule.chttps://github.com/python/cpython/blob/master/Modules/signalmodule.c
Modules/socketmodule.chttps://github.com/python/cpython/blob/master/Modules/socketmodule.c
Modules/syslogmodule.chttps://github.com/python/cpython/blob/master/Modules/syslogmodule.c
msg196646https://bugs.python.org/issue18885#msg196646
(view)https://bugs.python.org/msg196646
http://bugs.python.org/issue12268http://bugs.python.org/issue12268
Lib/subprocess.pyhttps://github.com/python/cpython/blob/master/Lib/subprocess.py
msg196647https://bugs.python.org/issue18885#msg196647
(view)https://bugs.python.org/msg196647
msg196648https://bugs.python.org/issue18885#msg196648
(view)https://bugs.python.org/msg196648
msg196653https://bugs.python.org/issue18885#msg196653
(view)https://bugs.python.org/msg196653
msg196661https://bugs.python.org/issue18885#msg196661
(view)https://bugs.python.org/msg196661
msg198681https://bugs.python.org/issue18885#msg198681
(view)https://bugs.python.org/msg198681
http://hg.python.org/cpython/file/default/Modules/socketmodule.c#l3397http://hg.python.org/cpython/file/default/Modules/socketmodule.c#l3397
msg204816https://bugs.python.org/issue18885#msg204816
(view)https://bugs.python.org/msg204816
msg204855https://bugs.python.org/issue18885#msg204855
(view)https://bugs.python.org/msg204855
msg204858https://bugs.python.org/issue18885#msg204858
(view)https://bugs.python.org/msg204858
msg204863https://bugs.python.org/issue18885#msg204863
(view)https://bugs.python.org/msg204863
msg204865https://bugs.python.org/issue18885#msg204865
(view)https://bugs.python.org/msg204865
msg204868https://bugs.python.org/issue18885#msg204868
(view)https://bugs.python.org/msg204868
msg204872https://bugs.python.org/issue18885#msg204872
(view)https://bugs.python.org/msg204872
msg204875https://bugs.python.org/issue18885#msg204875
(view)https://bugs.python.org/msg204875
Modules/socketmodule.chttps://github.com/python/cpython/blob/master/Modules/socketmodule.c
msg204878https://bugs.python.org/issue18885#msg204878
(view)https://bugs.python.org/msg204878
msg204890https://bugs.python.org/issue18885#msg204890
(view)https://bugs.python.org/msg204890
msg204906https://bugs.python.org/issue18885#msg204906
(view)https://bugs.python.org/msg204906
msg204907https://bugs.python.org/issue18885#msg204907
(view)https://bugs.python.org/msg204907
msg204912https://bugs.python.org/issue18885#msg204912
(view)https://bugs.python.org/msg204912
msg204913https://bugs.python.org/issue18885#msg204913
(view)https://bugs.python.org/msg204913
msg204949https://bugs.python.org/issue18885#msg204949
(view)https://bugs.python.org/msg204949
msg204953https://bugs.python.org/issue18885#msg204953
(view)https://bugs.python.org/msg204953
msg204962https://bugs.python.org/issue18885#msg204962
(view)https://bugs.python.org/msg204962
msg224339https://bugs.python.org/issue18885#msg224339
(view)https://bugs.python.org/msg224339
PEP 475https://www.python.org/dev/peps/pep-0475/
msg235543https://bugs.python.org/issue18885#msg235543
(view)https://bugs.python.org/msg235543
Issue 23285https://bugs.python.org/issue23285
msg244892https://bugs.python.org/issue18885#msg244892
(view)https://bugs.python.org/msg244892
PEP 475https://www.python.org/dev/peps/pep-0475/
Issue 23648https://bugs.python.org/issue23648
msg245055https://bugs.python.org/issue18885#msg245055
(view)https://bugs.python.org/msg245055
PEP 475https://www.python.org/dev/peps/pep-0475/
Issue 23648https://bugs.python.org/issue23648
PEP 475https://www.python.org/dev/peps/pep-0475/
msg245055https://bugs.python.org/msg245055
msg244892https://bugs.python.org/msg244892
msg235543https://bugs.python.org/msg235543
martin.panterhttps://bugs.python.org/user14751
msg224339https://bugs.python.org/msg224339
piotr.dobrogosthttps://bugs.python.org/user15108
issue11266 supersederhttps://bugs.python.org/issue11266
issue21772 supersederhttps://bugs.python.org/issue21772
issue22007 supersederhttps://bugs.python.org/issue22007
fossilethttps://bugs.python.org/user3095
msg204962https://bugs.python.org/msg204962
msg204953https://bugs.python.org/msg204953
larryhttps://bugs.python.org/user2731
msg204949https://bugs.python.org/msg204949
msg204913https://bugs.python.org/msg204913
msg204912https://bugs.python.org/msg204912
msg204907https://bugs.python.org/msg204907
msg204906https://bugs.python.org/msg204906
msg204890https://bugs.python.org/msg204890
msg204878https://bugs.python.org/msg204878
msg204875https://bugs.python.org/msg204875
msg204872https://bugs.python.org/msg204872
msg204868https://bugs.python.org/msg204868
msg204865https://bugs.python.org/msg204865
msg204863https://bugs.python.org/msg204863
msg204858https://bugs.python.org/msg204858
msg204855https://bugs.python.org/msg204855
koobshttps://bugs.python.org/user16276
patchhttps://bugs.python.org/keyword2
needs reviewhttps://bugs.python.org/keyword8
select_eintr.diffhttps://bugs.python.org/file32907
msg204816https://bugs.python.org/msg204816
neologixhttps://bugs.python.org/user12146
msg198681https://bugs.python.org/msg198681
arigohttps://bugs.python.org/user43
giampaolo.rodolahttps://bugs.python.org/user3080
msg196661https://bugs.python.org/msg196661
msg196653https://bugs.python.org/msg196653
msg196648https://bugs.python.org/msg196648
neologixhttps://bugs.python.org/user12146
gvanrossumhttps://bugs.python.org/user5
gregory.p.smithhttps://bugs.python.org/user252
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
neologixhttps://bugs.python.org/user12146
sbthttps://bugs.python.org/user13976
msg196647https://bugs.python.org/msg196647
gvanrossumhttps://bugs.python.org/user5
gregory.p.smithhttps://bugs.python.org/user252
msg196646https://bugs.python.org/msg196646
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
sbthttps://bugs.python.org/user13976
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.