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 abarry, amaury.forgeotdarc, apoorvreddy, belopolsky, benjamin.peterson, christian.heimes, duaneg, georg.brandl, larry, meador.inge, methane, ned.deily, rhettinger, serhiy.storchaka, tehybel
Date 2019-05-19.14:03:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558274635.43.0.0361410255125.issue36963@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-19 14:03:55larrysetrecipients: + larry, georg.brandl, rhettinger, amaury.forgeotdarc, belopolsky, christian.heimes, benjamin.peterson, ned.deily, duaneg, methane, meador.inge, serhiy.storchaka, abarry, tehybel, apoorvreddy
2019-05-19 14:03:55larrysetmessageid: <1558274635.43.0.0361410255125.issue36963@roundup.psfhosted.org>
2019-05-19 14:03:55larrylinkissue36963 messages
2019-05-19 14:03:55larrycreate