[issue45128] test_multiprocessing_fork fails if run sequentially after test_genericalias and test_logging

2021-10-04 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 76611038bc3d2aa643dce45448f5c7044dd4fd06 by Pablo Galindo (Miss Islington (bot)) in branch '3.10': bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)

[issue45128] test_multiprocessing_fork fails if run sequentially after test_genericalias and test_logging

2021-09-20 Thread STINNER Victor
STINNER Victor added the comment: This bug was interesting (funny) :-) Thanks for the fix Nikita Sobolev :-) -- ___ Python tracker ___

[issue45128] test_multiprocessing_fork fails if run sequentially after test_genericalias and test_logging

2021-09-19 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45128] test_multiprocessing_fork fails if run sequentially after test_genericalias and test_logging

2021-09-19 Thread miss-islington
miss-islington added the comment: New changeset 0e9608680525b120fc8eaad9f1cb2f729a6c22ae by Miss Islington (bot) in branch '3.10': bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387) https://github.com/python/cpython/commit/0e9608680525b120fc8eaad9f1cb2f729a6c22ae

[issue45128] test_multiprocessing_fork fails if run sequentially after test_genericalias and test_logging

2021-09-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +26863 pull_request: https://github.com/python/cpython/pull/28462 ___ Python tracker

[issue45128] test_multiprocessing_fork fails if run sequentially after test_genericalias and test_logging

2021-09-19 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 1d42408495402b06ecae91420735aeff454be6b5 by Nikita Sobolev in branch 'main': bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387) https://github.com/python/cpython/commit/1d42408495402b06ecae91420735aeff454be6b5

[issue45128] test_multiprocessing_fork fails if run sequentially after test_genericalias and test_logging

2021-09-16 Thread Nikita Sobolev
Change by Nikita Sobolev : -- keywords: +patch pull_requests: +26800 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28387 ___ Python tracker ___

[issue45128] test_multiprocessing_fork fails if run sequentially after test_genericalias and test_logging

2021-09-16 Thread STINNER Victor
Change by STINNER Victor : -- title: test_multiprocessing_fork fails if run sequentially after test_logging -> test_multiprocessing_fork fails if run sequentially after test_genericalias and test_logging ___ Python tracker