Initial implementation of Cython pickle5 support (#5725)

This commit is contained in:
Si-Yuan
2019-10-03 09:20:26 -07:00
committed by Philipp Moritz
parent 9a71d6ce3a
commit 2fb7d7846f
6 changed files with 470 additions and 20 deletions
+1
View File
@@ -177,5 +177,6 @@ LOG_MONITOR_MAX_OPEN_FILES = 200
# A constant used as object metadata to indicate the object is raw binary.
RAW_BUFFER_METADATA = b"RAW"
PICKLE5_BUFFER_METADATA = b"PICKLE5"
AUTOSCALER_RESOURCE_REQUEST_CHANNEL = b"autoscaler_resource_request"