New submission from CendioOssman :
A python equivalent of the classical daemon() call started throwing an error
from 3.8 when the debug hooks are active for pymalloc. If the tracing is also
active it segfaults.
This simple example triggers it:
import os
def daemon():
pid = os.fork
New submission from CendioOssman :
So Issue40196 (and PR 19391) broke things for us here as Symbol.is_local() no
longer works properly for symbols on the global/module scope.
Previously it would return True for all global symbols that were bound. Now it
only returns True when the symbol is