René's URL Explorer Experiment


Title: Issue 35189: PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR) - Python tracker

Mail addresses
aixtools@felt.demon.nl
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/79370 https://github.com/python/cpython/issues/79370
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 10413https://github.com/python/cpython/pull/10413
PR 10637https://github.com/python/cpython/pull/10637
PR 10678https://github.com/python/cpython/pull/10678
PR 10685https://github.com/python/cpython/pull/10685
PR 10782https://github.com/python/cpython/pull/10782
PR 10784https://github.com/python/cpython/pull/10784
PR 10785https://github.com/python/cpython/pull/10785
PR 11424https://github.com/python/cpython/pull/11424
PR 11424https://github.com/python/cpython/pull/11424
PR 11424https://github.com/python/cpython/pull/11424
PR 11424https://github.com/python/cpython/pull/11424
PR 11858https://github.com/python/cpython/pull/11858
msg329469https://bugs.python.org/issue35189#msg329469
(view)https://bugs.python.org/msg329469
https://www.python.org/dev/peps/pep-0475/https://www.python.org/dev/peps/pep-0475/
logging/__init__.pyhttps://github.com/python/cpython/blob/3.6/Lib/logging/__init__.py#L1306
logging/__init__.pyhttps://github.com/python/cpython/blob/3.6/Lib/logging/__init__.py#L1442
logging/__init__.pyhttps://github.com/python/cpython/blob/3.6/Lib/logging/__init__.py#L1452
logging/__init__.pyhttps://github.com/python/cpython/blob/3.6/Lib/logging/__init__.py#L1514
logging/__init__.pyhttps://github.com/python/cpython/blob/3.6/Lib/logging/__init__.py#L861
msg329470https://bugs.python.org/issue35189#msg329470
(view)https://bugs.python.org/msg329470
msg329471https://bugs.python.org/issue35189#msg329471
(view)https://bugs.python.org/msg329471
https://github.com/nierob/cpython/commit/3b76b887b2b339664dc52c5f246bc7cb268ea616https://github.com/nierob/cpython/commit/3b76b887b2b339664dc52c5f246bc7cb268ea616
msg329472https://bugs.python.org/issue35189#msg329472
(view)https://bugs.python.org/msg329472
https://github.com/nierob/cpython/commit/3b76b887b2b339664dc52c5f246bc7cb268ea616https://github.com/nierob/cpython/commit/3b76b887b2b339664dc52c5f246bc7cb268ea616
Modules/posixmodule.chttps://github.com/python/cpython/blob/master/Modules/posixmodule.c
msg329473https://bugs.python.org/issue35189#msg329473
(view)https://bugs.python.org/msg329473
msg330208https://bugs.python.org/issue35189#msg330208
(view)https://bugs.python.org/msg330208
aac1f81eef971876ba5b1673db9ce6620311c469https://hg.python.org/lookup/aac1f81eef971876ba5b1673db9ce6620311c469
bpo-35189https://bugs.python.org/issue35189
GH-10637https://github.com/python/cpython/pull/10637
https://github.com/python/cpython/commit/aac1f81eef971876ba5b1673db9ce6620311c469https://github.com/python/cpython/commit/aac1f81eef971876ba5b1673db9ce6620311c469
msg330335https://bugs.python.org/issue35189#msg330335
(view)https://bugs.python.org/msg330335
b409ffa848b280c1db1b4f450bfae14f263099achttps://hg.python.org/lookup/b409ffa848b280c1db1b4f450bfae14f263099ac
bpo-35189https://bugs.python.org/issue35189
GH-10413https://github.com/python/cpython/pull/10413
https://github.com/python/cpython/commit/b409ffa848b280c1db1b4f450bfae14f263099achttps://github.com/python/cpython/commit/b409ffa848b280c1db1b4f450bfae14f263099ac
msg330339https://bugs.python.org/issue35189#msg330339
(view)https://bugs.python.org/msg330339
56742f1eb05401a27499af0ccdcb4e4214859fd1https://hg.python.org/lookup/56742f1eb05401a27499af0ccdcb4e4214859fd1
bpo-35189https://bugs.python.org/issue35189
GH-10413https://github.com/python/cpython/pull/10413
GH-10678https://github.com/python/cpython/pull/10678
https://github.com/python/cpython/commit/56742f1eb05401a27499af0ccdcb4e4214859fd1https://github.com/python/cpython/commit/56742f1eb05401a27499af0ccdcb4e4214859fd1
msg330348https://bugs.python.org/issue35189#msg330348
(view)https://bugs.python.org/msg330348
eef813b1091f4baaaa7411aa58d2746a9761ee99https://hg.python.org/lookup/eef813b1091f4baaaa7411aa58d2746a9761ee99
bpo-35189https://bugs.python.org/issue35189
GH-10413https://github.com/python/cpython/pull/10413
GH-10678https://github.com/python/cpython/pull/10678
GH-10685https://github.com/python/cpython/pull/10685
https://github.com/python/cpython/commit/eef813b1091f4baaaa7411aa58d2746a9761ee99https://github.com/python/cpython/commit/eef813b1091f4baaaa7411aa58d2746a9761ee99
msg330350https://bugs.python.org/issue35189#msg330350
(view)https://bugs.python.org/msg330350
msg330645https://bugs.python.org/issue35189#msg330645
(view)https://bugs.python.org/msg330645
2956bffbc00127af65f69e04d7979021a21d1288https://hg.python.org/lookup/2956bffbc00127af65f69e04d7979021a21d1288
bpo-35189https://bugs.python.org/issue35189
bpo-35316https://bugs.python.org/issue35316
GH-10782https://github.com/python/cpython/pull/10782
https://github.com/python/cpython/commit/2956bffbc00127af65f69e04d7979021a21d1288https://github.com/python/cpython/commit/2956bffbc00127af65f69e04d7979021a21d1288
msg330649https://bugs.python.org/issue35189#msg330649
(view)https://bugs.python.org/msg330649
2fa5b2ac4485c5c9083b4b0459dd9b691daaea28https://hg.python.org/lookup/2fa5b2ac4485c5c9083b4b0459dd9b691daaea28
bpo-35189https://bugs.python.org/issue35189
bpo-35316https://bugs.python.org/issue35316
GH-10782https://github.com/python/cpython/pull/10782
https://github.com/python/cpython/commit/2fa5b2ac4485c5c9083b4b0459dd9b691daaea28https://github.com/python/cpython/commit/2fa5b2ac4485c5c9083b4b0459dd9b691daaea28
msg330652https://bugs.python.org/issue35189#msg330652
(view)https://bugs.python.org/msg330652
833a7067a4d5621d024511d9166db7331c4650c9https://hg.python.org/lookup/833a7067a4d5621d024511d9166db7331c4650c9
bpo-35189https://bugs.python.org/issue35189
bpo-35316https://bugs.python.org/issue35316
GH-10782https://github.com/python/cpython/pull/10782
https://github.com/python/cpython/commit/833a7067a4d5621d024511d9166db7331c4650c9https://github.com/python/cpython/commit/833a7067a4d5621d024511d9166db7331c4650c9
msg332580https://bugs.python.org/issue35189#msg332580
(view)https://bugs.python.org/msg332580
56742f1eb05401a27499af0ccdcb4e4214859fd1https://hg.python.org/lookup/56742f1eb05401a27499af0ccdcb4e4214859fd1
bpo-35189https://bugs.python.org/issue35189
GH-10413https://github.com/python/cpython/pull/10413
GH-10678https://github.com/python/cpython/pull/10678
b409ffa848b280c1db1b4f450bfae14f263099achttps://hg.python.org/lookup/b409ffa848b280c1db1b4f450bfae14f263099ac
bpo-35189https://bugs.python.org/issue35189
GH-10413https://github.com/python/cpython/pull/10413
PR-10413https://github.com/python/cpython/pull/10413
msg332581https://bugs.python.org/issue35189#msg332581
(view)https://bugs.python.org/msg332581
test/test_eintr.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/test_eintr.py#L18
test/support/script_helper.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/support/script_helper.py#L157
test/support/script_helper.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/support/script_helper.py#L143
test/support/script_helper.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/support/script_helper.py#L70
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/eintrdata/eintr_tester.py#L522
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/eintrdata/eintr_tester.py#L507
msg332591https://bugs.python.org/issue35189#msg332591
(view)https://bugs.python.org/msg332591
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/eintrdata/eintr_tester.py#L522
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/eintrdata/eintr_tester.py#L507
test/test_eintr.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/test_eintr.py#L31
msg332624https://bugs.python.org/issue35189#msg332624
(view)https://bugs.python.org/msg332624
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/eintrdata/eintr_tester.py#L522
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/eintrdata/eintr_tester.py#L507
test/test_eintr.pyhttps://github.com/python/cpython/blob/3.8/Lib/test/test_eintr.py#L31
https://bugs.python.org/issue35189https://bugs.python.org/issue35189
msg333021https://bugs.python.org/issue35189#msg333021
(view)https://bugs.python.org/msg333021
bpo-35633https://bugs.python.org/issue35633
msg335551https://bugs.python.org/issue35189#msg335551
(view)https://bugs.python.org/msg335551
b94d4bed67c60834b1a5a0936b8c13934cf3b872https://hg.python.org/lookup/b94d4bed67c60834b1a5a0936b8c13934cf3b872
bpo-35633https://bugs.python.org/issue35633
GH-11424https://github.com/python/cpython/pull/11424
https://github.com/python/cpython/commit/b94d4bed67c60834b1a5a0936b8c13934cf3b872https://github.com/python/cpython/commit/b94d4bed67c60834b1a5a0936b8c13934cf3b872
msg335554https://bugs.python.org/issue35189#msg335554
(view)https://bugs.python.org/msg335554
7e618f3154404613cd9774fb8ffb5b48e7233a9ehttps://hg.python.org/lookup/7e618f3154404613cd9774fb8ffb5b48e7233a9e
bpo-35633https://bugs.python.org/issue35633
GH-11424https://github.com/python/cpython/pull/11424
https://github.com/python/cpython/commit/7e618f3154404613cd9774fb8ffb5b48e7233a9ehttps://github.com/python/cpython/commit/7e618f3154404613cd9774fb8ffb5b48e7233a9e
msg335554https://bugs.python.org/msg335554
pull_request11891https://bugs.python.org/pull_request11891
msg335551https://bugs.python.org/msg335551
msg333021https://bugs.python.org/msg333021
pull_request10844https://bugs.python.org/pull_request10844
pull_request10845https://bugs.python.org/pull_request10845
pull_request10843https://bugs.python.org/pull_request10843
pull_request10842https://bugs.python.org/pull_request10842
msg332624https://bugs.python.org/msg332624
msg332591https://bugs.python.org/msg332591
msg332581https://bugs.python.org/msg332581
Michael.Felthttps://bugs.python.org/user20518
msg332580https://bugs.python.org/msg332580
msg330652https://bugs.python.org/msg330652
miss-islingtonhttps://bugs.python.org/user27838
msg330649https://bugs.python.org/msg330649
pull_request10028https://bugs.python.org/pull_request10028
pull_request10026https://bugs.python.org/pull_request10026
msg330645https://bugs.python.org/msg330645
pull_request10023https://bugs.python.org/pull_request10023
msg330350https://bugs.python.org/msg330350
msg330348https://bugs.python.org/msg330348
pull_request9937https://bugs.python.org/pull_request9937
msg330339https://bugs.python.org/msg330339
pull_request9933https://bugs.python.org/pull_request9933
msg330335https://bugs.python.org/msg330335
msg330208https://bugs.python.org/msg330208
pull_request9884https://bugs.python.org/pull_request9884
nierobhttps://bugs.python.org/user29875
msg329473https://bugs.python.org/msg329473
pull_request9693https://bugs.python.org/pull_request9693
patchhttps://bugs.python.org/keyword2
msg329472https://bugs.python.org/msg329472
msg329471https://bugs.python.org/msg329471
vstinnerhttps://bugs.python.org/user2377
msg329470https://bugs.python.org/msg329470
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.