René's URL Explorer Experiment


Title: Issue 12268: file readline, readlines & readall methods can lose data on EINTR - Python tracker

Mail addresses
report@bugs.python.org
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/56477 https://github.com/python/cpython/issues/56477
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
fix-signal-eintr-read-27-gps02.diffhttps://bugs.python.org/file26142/fix-signal-eintr-read-27-gps02.diff
reviewhttps://bugs.python.org/review/12268/#ps5234
msg137714https://bugs.python.org/issue12268#msg137714
(view)https://bugs.python.org/msg137714
msg137716https://bugs.python.org/issue12268#msg137716
(view)https://bugs.python.org/msg137716
msg137722https://bugs.python.org/issue12268#msg137722
(view)https://bugs.python.org/msg137722
msg137731https://bugs.python.org/issue12268#msg137731
(view)https://bugs.python.org/msg137731
msg137799https://bugs.python.org/issue12268#msg137799
(view)https://bugs.python.org/msg137799
msg163742https://bugs.python.org/issue12268#msg163742
(view)https://bugs.python.org/msg163742
781b95159954https://hg.python.org/lookup/781b95159954
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/781b95159954http://hg.python.org/cpython/rev/781b95159954
19a6bef57490https://hg.python.org/lookup/19a6bef57490
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/19a6bef57490http://hg.python.org/cpython/rev/19a6bef57490
msg163744https://bugs.python.org/issue12268#msg163744
(view)https://bugs.python.org/msg163744
msg163794https://bugs.python.org/issue12268#msg163794
(view)https://bugs.python.org/msg163794
test/test_io.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_io.py#L3051
test/test_io.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_io.py#L3073
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L385
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L440
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L492
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L105
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L67
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L105
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L67
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L168
test/support.pyhttps://github.com/python/cpython/blob/main/Lib/test/support.py#L1383
test/support.pyhttps://github.com/python/cpython/blob/main/Lib/test/support.py#L1417
test/test_io.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_io.py#L3121
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1194
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L905
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L708
test/__main__.pyhttps://github.com/python/cpython/blob/main/Lib/test/__main__.py#L13
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L75
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L162
msg163910https://bugs.python.org/issue12268#msg163910
(view)https://bugs.python.org/msg163910
msg163911https://bugs.python.org/issue12268#msg163911
(view)https://bugs.python.org/msg163911
msg163913https://bugs.python.org/issue12268#msg163913
(view)https://bugs.python.org/msg163913
95b071194dddhttps://hg.python.org/lookup/95b071194ddd
e8f44ebacda7052267318cecf5b6f128d35add17https://hg.python.org/lookup/e8f44ebacda7052267318cecf5b6f128d35add17
http://hg.python.org/cpython/rev/95b071194dddhttp://hg.python.org/cpython/rev/95b071194ddd
b4ae7aa21b46https://hg.python.org/lookup/b4ae7aa21b46
e8f44ebacda7052267318cecf5b6f128d35add17https://hg.python.org/lookup/e8f44ebacda7052267318cecf5b6f128d35add17
http://hg.python.org/cpython/rev/b4ae7aa21b46http://hg.python.org/cpython/rev/b4ae7aa21b46
msg163992https://bugs.python.org/issue12268#msg163992
(view)https://bugs.python.org/msg163992
msg164028https://bugs.python.org/issue12268#msg164028
(view)https://bugs.python.org/msg164028
67dc99a989cdhttps://hg.python.org/lookup/67dc99a989cd
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/67dc99a989cdhttp://hg.python.org/cpython/rev/67dc99a989cd
msg164029https://bugs.python.org/issue12268#msg164029
(view)https://bugs.python.org/msg164029
msg172777https://bugs.python.org/issue12268#msg172777
(view)https://bugs.python.org/msg172777
751a91e332d9https://hg.python.org/lookup/751a91e332d9
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/751a91e332d9http://hg.python.org/cpython/rev/751a91e332d9
msg176886https://bugs.python.org/issue12268#msg176886
(view)https://bugs.python.org/msg176886
msg176926https://bugs.python.org/issue12268#msg176926
(view)https://bugs.python.org/msg176926
msg176936https://bugs.python.org/issue12268#msg176936
(view)https://bugs.python.org/msg176936
msg181107https://bugs.python.org/issue12268#msg181107
(view)https://bugs.python.org/msg181107
a5e7b38caee2https://hg.python.org/lookup/a5e7b38caee2
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/a5e7b38caee2http://hg.python.org/cpython/rev/a5e7b38caee2
2fd669aa4abchttps://hg.python.org/lookup/2fd669aa4abc
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/2fd669aa4abchttp://hg.python.org/cpython/rev/2fd669aa4abc
30fc620e240ehttps://hg.python.org/lookup/30fc620e240e
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/30fc620e240ehttp://hg.python.org/cpython/rev/30fc620e240e
8f72519fd0e9https://hg.python.org/lookup/8f72519fd0e9
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/8f72519fd0e9http://hg.python.org/cpython/rev/8f72519fd0e9
msg181108https://bugs.python.org/issue12268#msg181108
(view)https://bugs.python.org/msg181108
a5e7b38caee2https://hg.python.org/lookup/a5e7b38caee2
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/a5e7b38caee2http://hg.python.org/cpython/rev/a5e7b38caee2
2fd669aa4abchttps://hg.python.org/lookup/2fd669aa4abc
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/2fd669aa4abchttp://hg.python.org/cpython/rev/2fd669aa4abc
30fc620e240ehttps://hg.python.org/lookup/30fc620e240e
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/30fc620e240ehttp://hg.python.org/cpython/rev/30fc620e240e
8f72519fd0e9https://hg.python.org/lookup/8f72519fd0e9
#12268https://bugs.python.org/issue12268
http://hg.python.org/cpython/rev/8f72519fd0e9http://hg.python.org/cpython/rev/8f72519fd0e9
http://bugs.python.org/issue12268http://bugs.python.org/issue12268
msg181109https://bugs.python.org/issue12268#msg181109
(view)https://bugs.python.org/msg181109
Objects/fileobject.chttps://github.com/python/cpython/blob/master/Objects/fileobject.c
msg280852https://bugs.python.org/issue12268#msg280852
(view)https://bugs.python.org/msg280852
http://bugs.python.org/issue1633941http://bugs.python.org/issue1633941
mjpietershttps://bugs.python.org/user348
msg280852https://bugs.python.org/msg280852
msg181109https://bugs.python.org/msg181109
msg181108https://bugs.python.org/msg181108
msg181107https://bugs.python.org/msg181107
asvetlovhttps://bugs.python.org/user10303
msg176936https://bugs.python.org/msg176936
msg176926https://bugs.python.org/msg176926
msg176886https://bugs.python.org/msg176886
Gary.Miguelhttps://bugs.python.org/user16947
vstinnerhttps://bugs.python.org/user2377
msg172777https://bugs.python.org/msg172777
mark.dickinsonhttps://bugs.python.org/user1118
issue9867 supersederhttps://bugs.python.org/issue9867
msg164029https://bugs.python.org/msg164029
msg164028https://bugs.python.org/msg164028
msg163992https://bugs.python.org/msg163992
test_and_fix_readers_3.2-gps02.diffhttps://bugs.python.org/file22262
msg163913https://bugs.python.org/msg163913
file-signal-eintr-27.diffhttps://bugs.python.org/file22258
msg163911https://bugs.python.org/msg163911
fix-signal-eintr-read-27-gps02.diffhttps://bugs.python.org/file26142
msg163910https://bugs.python.org/msg163910
msg163794https://bugs.python.org/msg163794
msg163744https://bugs.python.org/msg163744
python-devhttps://bugs.python.org/user13902
msg163742https://bugs.python.org/msg163742
msg137799https://bugs.python.org/msg137799
pitrouhttps://bugs.python.org/user2040
test_fileio_readers_3.2-gps01.diffhttps://bugs.python.org/file22261
test_and_fix_readers_3.2-gps02.diffhttps://bugs.python.org/file22262
msg137731https://bugs.python.org/msg137731
test_fileio_readers_3.2-gps01.diffhttps://bugs.python.org/file22261
jconhttps://bugs.python.org/user14201
msg137722https://bugs.python.org/msg137722
msg137716https://bugs.python.org/msg137716
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.