| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| arena.h | ||
| base64.h | ||
| ffi_testing.cc | ||
| pipe.h | ||
| ring_buffer.h | ||
| socket.h | ||
| str_escape.h | ||
| util.h |
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 |
|---|---|---|
| .. | ||
| arena.h | Loading commit data... | |
| base64.h | Loading commit data... | |
| ffi_testing.cc | Loading commit data... | |
| pipe.h | Loading commit data... | |
| ring_buffer.h | Loading commit data... | |
| socket.h | Loading commit data... | |
| str_escape.h | Loading commit data... | |
| util.h | Loading commit data... |