C Python extension to export an Function
Lawrence D’Oliveiro
lawrencedo99 at gmail.com
Thu Sep 8 22:35:35 EDT 2016
On Friday, September 2, 2016 at 3:59:21 AM UTC+12, Stefan Behnel wrote:
> Manually written C-API code is simply too difficult to maintain, and also
> too difficult to get right in the first place. There are just too many ways
> to introduce reference leaks, crashes and long standing unnoticed bugs
> (believe me, I know what I'm talking about).
There are ways to keep that manageable, using structured-programming techniques.
More information about the Python-list
mailing list