csp icon indicating copy to clipboard operation
csp copied to clipboard

Mimic __getstate__ logic for dict parsing in pydantic serialization

Open NeejWeej opened this issue 9 months ago • 1 comments

NeejWeej avatar Mar 13 '25 14:03 NeejWeej

Can you take an example where this wasn't equivalent before and create a unit test from it?

It should be equivalent, the only difference is that we skip a hasattr check by using csp.UNSET, which is a micro-optimization but can add up.

NeejWeej avatar Oct 27 '25 13:10 NeejWeej