chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
## How to pull upstream changes into the vendored cloudpickle
Right now, we will need to update the vendored cloudpickle manually. Here are the steps to do so:
1. Overwrite the `cloudpickle.py` and `cloudpickle_fast.py` from the [upstream](https://github.com/cloudpipe/cloudpickle)
2. Update the version in python/ray/cloudpickle/__init__.py
3. Run performance benchmarks to validate no regression. (e.g. microbenchmark, scalability tests, etc.)