Daniel Grunwald
|
80a4ad1466
|
Fix bug in py_class! when declaring an instance method with parameter list
|
2016-03-16 21:36:18 +01:00 |
Daniel Grunwald
|
867666cb2b
|
py_class! can't be nested within a function on stable rust
|
2016-03-12 20:32:19 +01:00 |
Daniel Grunwald
|
ab83b4f4a1
|
#14; Convert Rust panic to Python SystemError
|
2016-03-12 01:31:06 +01:00 |
Daniel Grunwald
|
309182cfe8
|
py_class!: Add support for "def __new__(cls)".
|
2016-03-12 00:06:39 +01:00 |
Daniel Grunwald
|
547879ef0f
|
Remove rustobject (PyRustObject, TypeBuilder).
Add new py_class!() macro that generates a static type.
|
2016-03-09 01:07:50 +01:00 |