trolldbois / ctypeslib

Generate python ctypes classes from C headers. Requires LLVM clang
http://trolldbois.blogspot.com/search?q=ctypeslib
MIT License
218 stars 61 forks source link

Wrap map() with list() #115

Closed biodafes closed 1 year ago

biodafes commented 2 years ago

Wrap map() with list() to force it to evaluate. This fixes a silent error when len() is called on expressions

le91688 commented 2 years ago

good fix