Message387030
> How is cloudpickle supposed to work?
It creates a CodeType object and then create a function with this code object. It serializes the bytecode.
pickle is not affected since it doesn't create function objects, but retrieve them from imported modules. |
|
Date |
User |
Action |
Args |
2021-02-15 17:23:14 | vstinner | set | recipients:
+ vstinner, Mark.Shannon, frenzy, pablogsal |
2021-02-15 17:23:14 | vstinner | set | messageid: <1613409794.43.0.0913212715854.issue43228@roundup.psfhosted.org> |
2021-02-15 17:23:14 | vstinner | link | issue43228 messages |
2021-02-15 17:23:14 | vstinner | create | |
|