-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello,
I am inspired by your code and currently developing a cffi-based pysam alternative which works with Pypy. While testing your code I found that
ffi.new('kstring_t *', {'m': 0, 'l': 0, 's': ffi.NULL})
causes memory leak, so I replaced it with Pythonic way. You can find the change here:
Maybe there would be better way to do this? Thank you so much for your contribution!
Best regards,
Jeongbin Park
Metadata
Metadata
Assignees
Labels
No labels