Closed sboisson closed 10 years ago
Client code is supposed to free the output buffer, so I added some GC callback.. But since the output memory buffer can be large, it would make sense to implement the transformations as context managers instead..
:+1: Thank you! Will be merged tonight when I'm back home :-)
Client code is supposed to free the output buffer, so I added some GC callback.. But since the output memory buffer can be large, it would make sense to implement the transformations as context managers instead..