No description
Find a file
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
cmake/Modules fix tests on macOS 2016-07-25 11:45:54 -07:00
cpp/src/numbuf make variable names more uniform 2016-08-25 16:04:31 -07:00
python Don't increment reference count in Py_BuildValue. (#12) 2016-09-06 10:02:30 -07:00
vsprojects Visual Studio projects 2016-07-27 22:16:17 -07:00
.gitignore gitignore build directory 2016-08-08 17:58:44 -07:00
CMakeLists.txt fix compilation on macOS 2016-07-25 13:21:31 -07:00
LICENSE Initial commit 2016-07-16 17:05:21 -07:00
README.md Initial commit 2016-07-16 17:05:21 -07:00

numbuf

Serializing primitive Python types in Arrow