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 paul.moore
Recipients Decorater, docs@python, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-06-05.13:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496670946.67.0.08916095884.issue30574@psf.upfronthosting.co.za>
In-reply-to
Content
I'm a bit confused what you're asking for here.

Certainly if you embed Python, you can get crashes, just as with any other C program. Pass an invalid pointer to a Python API, build your application and the Python DLL with incompatible C runtimes, free memory you don't own, ...

That's not really something we need to cover in the Python documentation, though, it's just things you need to understand if you're doing anything beyond the most trivial C programming.

If there's a specific issue that you're having, we'd need more details to say anything else.
History
Date User Action Args
2017-06-05 13:55:46paul.mooresetrecipients: + paul.moore, tim.golden, docs@python, zach.ware, steve.dower, Decorater
2017-06-05 13:55:46paul.mooresetmessageid: <1496670946.67.0.08916095884.issue30574@psf.upfronthosting.co.za>
2017-06-05 13:55:46paul.moorelinkissue30574 messages
2017-06-05 13:55:46paul.moorecreate