mirror of
https://github.com/wassname/ray.git
synced 2026-08-20 12:40:44 +08:00
switching from Cython to Python C API
This commit is contained in:
@@ -41,10 +41,9 @@ public:
|
||||
objstore_not_registered_error(const std::string& msg) : std::runtime_error(msg) {}
|
||||
};
|
||||
|
||||
|
||||
// struct slice {
|
||||
// char* data;
|
||||
// size_t len;
|
||||
// };
|
||||
struct slice {
|
||||
char* data;
|
||||
size_t len;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user