Larry Hastings <la...@hastings.org> added the comment:
Inada-san, while it is best to not call PyDict_ functions without holding the GIL, it doesn't matter unless one creates a second thread. The GIL doesn't even exist until Python creates a second thread. But, I too don't want bugs.python.org to become a "help people debug their programs" site. Particularly when using ctypes, which crashes a lot. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36963> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com