[issue31479] Always reset the signal alarm in tests

2018-06-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3604b2390a8986117c35d661d3d3a5977dfe8260 by Victor Stinner in branch '2.7': bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314) https://github.com/python/cpython/commit/3604b2390a8986117c35d661d3d3a5977dfe8260 -- ___

[issue31479] Always reset the signal alarm in tests

2018-06-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 95681c7a7ddd436ba7d6c10d1202c33dd6bd648b by Victor Stinner in branch '3.6': bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7312) https://github.com/python/cpython/commit/95681c7a7ddd436ba7d6c10d1202c33dd6bd648b -- ___

[issue31479] Always reset the signal alarm in tests

2018-06-01 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +6944 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31479] Always reset the signal alarm in tests

2018-06-01 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +6943 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31479] Always reset the signal alarm in tests

2017-09-19 Thread STINNER Victor
STINNER Victor added the comment: Serhiy: "Maybe add a context manager? Some pattern is repeated multiple times." As I wrote on the PR, I'm not sure because not all the code look the same. Please propose a PR if you want, I can review it! -- resolution: -> fixed stage: patch review ->

[issue31479] Always reset the signal alarm in tests

2017-09-19 Thread STINNER Victor
STINNER Victor added the comment: While the fix is nice to have to handle corner cases, I'm not sure that it's really useful to backport the change to Python 2.7 and 3.6. So I close the issue. -- ___ Python tracker

[issue31479] Always reset the signal alarm in tests

2017-09-19 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9abee722d448c1c00c7d4e11ce242ec7b13e5c49 by Victor Stinner in branch 'master': bpo-31479: Always reset the signal alarm in tests (#3588) https://github.com/python/cpython/commit/9abee722d448c1c00c7d4e11ce242ec7b13e5c49 -- __

[issue31479] Always reset the signal alarm in tests

2017-09-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Maybe add a context manager? Some pattern is repeated multiple times. -- hgrepos: +373 ___ Python tracker ___ ___

[issue31479] Always reset the signal alarm in tests

2017-09-14 Thread STINNER Victor
Changes by STINNER Victor : -- title: Always reset the signal alarm in tets -> Always reset the signal alarm in tests ___ Python tracker ___ ___