[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2019-02-14 Thread miss-islington
miss-islington added the comment: New changeset 7e618f3154404613cd9774fb8ffb5b48e7233a9e by Miss Islington (bot) in branch '3.7': bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission denied" on AIX (GH-11424)

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2019-02-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +11891 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2019-02-14 Thread miss-islington
miss-islington added the comment: New changeset b94d4bed67c60834b1a5a0936b8c13934cf3b872 by Miss Islington (bot) (Michael Felt) in branch 'master': bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission denied" on AIX (GH-11424)

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2019-01-04 Thread STINNER Victor
STINNER Victor added the comment: Michael created bpo-35633: test_eintr: test_lockf() fails with "PermissionError: [Errno 13] Permission denied" on AIX. -- ___ Python tracker

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2019-01-03 Thread Michael Felt
Change by Michael Felt : -- pull_requests: +10842, 10843, 10845 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2019-01-03 Thread Michael Felt
Change by Michael Felt : -- pull_requests: +10842, 10843, 10844, 10845 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2019-01-03 Thread Michael Felt
Change by Michael Felt : -- pull_requests: +10842, 10843 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2019-01-03 Thread Michael Felt
Change by Michael Felt : -- pull_requests: +10842 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-12-27 Thread Michael Felt
Michael Felt added the comment: On 27/12/2018 15:48, Michael Felt wrote: > Michael Felt added the comment: > > The "improved" output after getting back to "latest" commit: > > == CPython 3.8.0a0 (heads/master-dirty:34ae04f74d, Dec 27 2018, 14:05:08) [C] > == AIX-1-00C291F54C00-powerpc-32bit

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-12-27 Thread Michael Felt
Michael Felt added the comment: The "improved" output after getting back to "latest" commit: == CPython 3.8.0a0 (heads/master-dirty:34ae04f74d, Dec 27 2018, 14:05:08) [C] == AIX-1-00C291F54C00-powerpc-32bit big-endian == cwd: /data/prj/python/python3-3.8/build/test_python_13566116 == CPU

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-12-27 Thread Michael Felt
Michael Felt added the comment: Forgot to include the test failure message: == FAIL: test_all (test.test_eintr.EINTRTests) -- Traceback (most recent call

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-12-27 Thread Michael Felt
Michael Felt added the comment: I have not looked at 3.6, but I have bisected the 3.7 and 3.8 branches for AIX. I get: On 3.7 Branch: Bisecting: 0 revisions left to test after this (roughly 0 steps) [56742f1eb05401a27499af0ccdcb4e4214859fd1] [3.7] bpo-35189: Retry fnctl calls on EINTR

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-28 Thread miss-islington
miss-islington added the comment: New changeset 833a7067a4d5621d024511d9166db7331c4650c9 by Miss Islington (bot) in branch '3.6': bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) https://github.com/python/cpython/commit/833a7067a4d5621d024511d9166db7331c4650c9 --

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-28 Thread miss-islington
miss-islington added the comment: New changeset 2fa5b2ac4485c5c9083b4b0459dd9b691daaea28 by Miss Islington (bot) in branch '3.7': bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) https://github.com/python/cpython/commit/2fa5b2ac4485c5c9083b4b0459dd9b691daaea28 -- nosy:

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10026 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10028 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2956bffbc00127af65f69e04d7979021a21d1288 by Victor Stinner in branch 'master': bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) https://github.com/python/cpython/commit/2956bffbc00127af65f69e04d7979021a21d1288 --

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-28 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10023 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-23 Thread STINNER Victor
STINNER Victor added the comment: Thanks Aapo Samuli Keskimolo for the bug report and thanks Nierob for the fix! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset eef813b1091f4b7411aa58d2746a9761ee99 by Victor Stinner in branch '3.6': [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685) https://github.com/python/cpython/commit/eef813b1091f4b7411aa58d2746a9761ee99

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-23 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +9937 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset 56742f1eb05401a27499af0ccdcb4e4214859fd1 by Victor Stinner in branch '3.7': [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) https://github.com/python/cpython/commit/56742f1eb05401a27499af0ccdcb4e4214859fd1 --

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-23 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +9933 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset b409ffa848b280c1db1b4f450bfae14f263099ac by Victor Stinner (nierob) in branch 'master': bpo-35189: Retry fnctl calls on EINTR (GH-10413) https://github.com/python/cpython/commit/b409ffa848b280c1db1b4f450bfae14f263099ac --

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset aac1f81eef971876ba5b1673db9ce6620311c469 by Victor Stinner in branch 'master': bpo-35189: Fix eintr_tester.py (GH-10637) https://github.com/python/cpython/commit/aac1f81eef971876ba5b1673db9ce6620311c469 --

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-21 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +9884 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-08 Thread STINNER Victor
Change by STINNER Victor : -- title: EINTR is not being retried -> PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR) ___ Python tracker ___

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-08 Thread STINNER Victor
Change by STINNER Victor : -- versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list