This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Johan Dahlin, Mark.Shannon, emilyemorehouse, eric.snow, koobs, maciej.szulik, nascheme, ncoghlan, pconnell, phsilva, pmpp, serhiy.storchaka, shprotx, steve.dower, vstinner, yselivanov
Date 2020-04-08.21:48:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Pavel Kostyuchenko:
> (...) The error seems to be caused not by those changes, but by lack of synchronization in the multiprocessing.managers.Server.

Pavel: would you mind to open a separated issue to suggest to add synchronization and/or avoid daemon thread in multiprocessing?

The concurrent.futures module was recently modified to avoid daemon threads in bpo-39812.
History
Date User Action Args
2020-04-08 21:48:47vstinnersetrecipients: + vstinner, nascheme, ncoghlan, phsilva, pmpp, Mark.Shannon, eric.snow, serhiy.storchaka, maciej.szulik, yselivanov, koobs, steve.dower, pconnell, emilyemorehouse, Johan Dahlin, shprotx
2020-04-08 21:48:47vstinnersetmessageid: <[email protected]>
2020-04-08 21:48:47vstinnerlinkissue33608 messages
2020-04-08 21:48:47vstinnercreate