[issue45021] concurrent.futures race condition

2021-09-20 Thread miss-islington


miss-islington  added the comment:


New changeset b06c3b364720ce8e8dfb74dfa24434e067ac89ba by Miss Islington (bot) 
in branch '3.9':
[3.9] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28481)
https://github.com/python/cpython/commit/b06c3b364720ce8e8dfb74dfa24434e067ac89ba


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45021] concurrent.futures race condition

2021-09-20 Thread miss-islington


miss-islington  added the comment:


New changeset d0d83a94314402366e04e7ea2638f809510eb830 by Miss Islington (bot) 
in branch '3.10':
[3.10] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28480)
https://github.com/python/cpython/commit/d0d83a94314402366e04e7ea2638f809510eb830


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45021] concurrent.futures race condition

2021-09-20 Thread Gregory P. Smith


Gregory P. Smith  added the comment:

I expect the unittest for this might causes hangs on some platforms in the 
future as it mixes fork and threads which is a posix-nono.  If so, we should 
just disable it on all but specific known-to-pass build configs as a future PR.

3.9 and 3.10 PRs will automerge.

--
assignee:  -> gregory.p.smith
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45021] concurrent.futures race condition

2021-09-20 Thread miss-islington


Change by miss-islington :


--
pull_requests: +26881
pull_request: https://github.com/python/cpython/pull/28481

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45021] concurrent.futures race condition

2021-09-20 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 7.0 -> 8.0
pull_requests: +26880
pull_request: https://github.com/python/cpython/pull/28480

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45021] concurrent.futures race condition

2021-09-20 Thread Gregory P. Smith


Gregory P. Smith  added the comment:


New changeset 0bfa1106acfcddc03590e1f5d6789dbad3affe70 by nullptr in branch 
'main':
bpo-45021: Fix a hang in forked children (GH-28007)
https://github.com/python/cpython/commit/0bfa1106acfcddc03590e1f5d6789dbad3affe70


--
nosy: +gregory.p.smith

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45021] concurrent.futures race condition

2021-09-15 Thread STINNER Victor


Change by STINNER Victor :


--
title: Race condition in thread.py -> concurrent.futures race condition

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com