STINNER Victor <[email protected]> added the comment:
According to bpo-31473, the debug hook on PyMem_Malloc() is not thread-safe: 'serialno' variable is not protected by any lock and it's not atomic. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35368> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
