[issue35426] test_signal.test_interprocess_signal() race condition

2018-12-11 Thread STINNER Victor
STINNER Victor added the comment: Thanks Pablo Galindo for the quick fix! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue35426] test_signal.test_interprocess_signal() race condition

2018-12-11 Thread miss-islington
miss-islington added the comment: New changeset 869e23e0af806ed3a10d0484827cb1b5f5cd5e5f by Miss Islington (bot) in branch '3.6': bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087) https://github.com/python/cpython/commit/869e23e0af806ed3a10d0484827cb1b5f5cd5e5f

[issue35426] test_signal.test_interprocess_signal() race condition

2018-12-11 Thread miss-islington
miss-islington added the comment: New changeset f7404a5a08b70ec171279a277c1817e82430fa83 by Miss Islington (bot) in branch '3.7': bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087) https://github.com/python/cpython/commit/f7404a5a08b70ec171279a277c1817e82430fa83

[issue35426] test_signal.test_interprocess_signal() race condition

2018-12-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +10342 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35426] test_signal.test_interprocess_signal() race condition

2018-12-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +10343 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35426] test_signal.test_interprocess_signal() race condition

2018-12-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 2ab2afd387084ba38a37f5944fcb0675113b64dc by Pablo Galindo in branch 'master': bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087) https://github.com/python/cpython/commit/2ab2afd387084ba38a37f5944fcb0675113b64dc -

[issue35426] test_signal.test_interprocess_signal() race condition

2018-12-10 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +10319 stage: -> patch review ___ Python tracker ___ ___ Pytho

[issue35426] test_signal.test_interprocess_signal() race condition

2018-12-07 Thread STINNER Victor
STINNER Victor added the comment: I forgot the URL to the build: https://buildbot.python.org/all/#/builders/170/builds/175 -- ___ Python tracker ___ __

[issue35426] test_signal.test_interprocess_signal() race condition

2018-12-06 Thread STINNER Victor
New submission from STINNER Victor : test_signal.test_interprocess_signal() has a race condition: with self.subprocess_send_signal(pid, "SIGUSR1") as child: # here self.wait_signal(child, 'SIGUSR1', SIGUSR1Exception) The test only except SIGUSR1Exception inside wait_signal(), but the signa