mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
Fix segmentation fault when calling ray.put on a dictionary with object keys (#548)
* fix segfault when serializing dict key * fix style * fix test * Fix linting.
This commit is contained in:
committed by
Philipp Moritz
parent
3c5375345f
commit
e2e9e4ce6f
+1
-1
@@ -1,7 +1,7 @@
|
||||
# The build output should clearly not be checked in
|
||||
/python/ray/core
|
||||
/src/common/thirdparty/redis
|
||||
/numbuf/thirdparty/arrow
|
||||
/src/numbuf/thirdparty/arrow
|
||||
|
||||
# Files generated by flatc should be ignored
|
||||
/src/common/format/*.py
|
||||
|
||||
Reference in New Issue
Block a user