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 vstinner
Recipients pmpp, vstinner
Date 2018-11-15.22:32:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542321153.48.0.788709270274.issue35261@psf.upfronthosting.co.za>
In-reply-to
Content
You don't use properly ctypes. This issue is unrelated to signals. The fix is: HOOKFUNC = CFUNCTYPE(c_char_p,).
History
Date User Action Args
2018-11-15 22:32:33vstinnersetrecipients: + vstinner, pmpp
2018-11-15 22:32:33vstinnersetmessageid: <1542321153.48.0.788709270274.issue35261@psf.upfronthosting.co.za>
2018-11-15 22:32:33vstinnerlinkissue35261 messages
2018-11-15 22:32:33vstinnercreate