[issue43514] Disallow fork in a subinterpreter affects multiprocessing plugin

Frank Ueberschar report at bugs.python.org
Tue Mar 16 10:41:07 EDT 2021


New submission from Frank Ueberschar <fueb at gmx.net>:

Related to this issue https://bugs.python.org/issue34651, our Bareos libcloud plugin cannot be run with Python > 3.7. We are using subprocesses in a C-subinterpreter environment. 

Is there a way to circumvent rewriting our code completely?

----------
components: C API
messages: 388841
nosy: franku
priority: normal
severity: normal
status: open
title: Disallow fork in a subinterpreter affects multiprocessing plugin
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43514>
_______________________________________


More information about the Python-bugs-list mailing list