This contains the foundation for the new binding as well as early work on Module and Type.
3 lines
87 B
Python
3 lines
87 B
Python
from binding import *
|
|
|
|
enable_capsule_dtor_debug = Function('', Void, Bool.From(bool))
|