[issue42540] Debug pymalloc crash when using os.fork() [regression]

2020-12-02 Thread CendioOssman
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

[issue41840] [regression] symtable.Symbol.is_local() is no longer True for bound global symbols

2020-09-23 Thread CendioOssman
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