Files
ray/python
Robert Nishihara 5ac2df4329 Don't increment reference count in Py_BuildValue. (#12)
* Decrement reference count for result of serialization callback and also for an object created in DeserializeDict.

* Check tuples exactly so named tuples go to callback.

* Assert that callback is set if _pytype_ key present.
2016-09-06 10:02:30 -07:00
..