[issue36963] PyDict_GetItem SegFaults on simple dictionary lookup when using Ctypes

Larry Hastings report at bugs.python.org
Sun May 19 10:03:55 EDT 2019


Larry Hastings <larry at hastings.org> added the comment:

It's not surprising that you crashed the CPython interpreter by using ctypes--it's very easy to do by accident, or via a bug in your own code.  That's why we don't accept crash reports involving ctypes.

Also, it's rude to "nosy" so many people, particularly on your first bug.  Please show some courtesy in the future, rather than trying to involve as many core developers as possible with what is probably a bug in your own code.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36963>
_______________________________________


More information about the Python-bugs-list mailing list