This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients apoorvreddy, larry, methane, tehybel
Date 2019-05-20.00:14:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558311259.01.0.932981761673.issue36963@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-20 00:14:19larrysetrecipients: + larry, methane, tehybel, apoorvreddy
2019-05-20 00:14:19larrysetmessageid: <1558311259.01.0.932981761673.issue36963@roundup.psfhosted.org>
2019-05-20 00:14:18larrylinkissue36963 messages
2019-05-20 00:14:18larrycreate