quiet-afternoon-68940
01/28/2025, 8:22 PMprotocol=2 and then attempts protocol=4 if that fails. While the method linked has an optional force_v4 kwarg, I think none of the calls to the method pass a value, so that the default of False gets used. It seems like a waste of compute to be attempting to pickle large artifacts at protocol=2 and then failing and retrying with protocol=4 given that we have no use for the backwards compatibility (protocol 4 has been supported since Python 3.4, which was released more than 10 years ago).ancient-application-36103
01/28/2025, 9:26 PMdry-beach-38304
01/28/2025, 10:36 PMquiet-afternoon-68940
01/29/2025, 2:20 PMancient-application-36103
01/29/2025, 3:16 PMquiet-afternoon-68940
01/29/2025, 5:35 PM