Name |
Last commit
|
Last update |
---|---|---|
.. | ||
_ctypes | ||
_cy2 | ||
_cy3 | ||
_cython | ||
__init__.py | ||
_pyversion.py | ||
base.py | ||
libinfo.py | ||
registry.py | ||
runtime_ctypes.py |
To make runtime.String to work as naturally as possible in the python side, we make it sub-class the python's str object. Note that however, we cannot sub-class Object at the same time due to python's type layout constraint. We introduce a PyNativeObject class to handle this kind of object sub-classing and updated the FFI to handle PyNativeObject classes.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
_ctypes | Loading commit data... | |
_cy2 | Loading commit data... | |
_cy3 | Loading commit data... | |
_cython | Loading commit data... | |
__init__.py | Loading commit data... | |
_pyversion.py | Loading commit data... | |
base.py | Loading commit data... | |
libinfo.py | Loading commit data... | |
registry.py | Loading commit data... | |
runtime_ctypes.py | Loading commit data... |