Files
RustPython/derive/src
Noa 229a9c8578 Make PyRef<T> wrap a NonNull<PyObjectView<T>>
This makes debuggers (or rust-gdb, at least) more pleasant to use, since
you don't have to manually cast `PyRef<T>.obj.ptr as `*const PyObjectView<T>`
Also get rid of PyGenericObject, since it's vestigial
2021-11-15 16:08:47 -06:00
..
2021-09-22 04:25:41 +09:00
2021-10-21 11:46:24 -05:00
2021-10-07 17:37:24 +03:00
2021-10-08 01:56:00 +09:00