Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 236 Bytes

File metadata and controls

4 lines (4 loc) · 236 Bytes

Avoid unnecessary NotShareableError creation in _PyObject_GetXIData() when falling back to pickle for types not in the XIData registry. This speeds up cross-interpreter transfers of mutable types such as list and dict.