Daniel Grunwald
|
1633e24127
|
Adjust check_symbols.py to changed rustc -Z ast-json output.
|
2016-03-04 22:21:15 +01:00 |
Daniel Grunwald
|
c1682b68ac
|
Add some tests for py_fn!()
|
2015-11-07 16:52:20 +01:00 |
Daniel Grunwald
|
d33a4b68fc
|
Add test script that all symbols imported by python-sys are exported from the python .so
|
2015-09-20 22:21:18 +02:00 |
Daniel Grunwald
|
4980053e95
|
Add py_method!() macro for creating method descriptors.
|
2015-06-25 23:58:57 +02:00 |
Daniel Grunwald
|
6e1fc35177
|
Split rustobject module.
|
2015-06-22 00:35:01 +02:00 |
Daniel Grunwald
|
ba0643c11c
|
Add support for creating instances of PyRustObjects that involve inheritance.
Prevent panics from unwinding into C code.
|
2015-06-20 16:02:09 +02:00 |
Daniel Grunwald
|
7c9b96ee90
|
PyRustObject: implement tp_dealloc by dropping the rust object
|
2015-06-20 00:30:40 +02:00 |