mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
dfad678d70
Fixes a reference counting issue with `ctypes.Structure` when a `from_param()` method call is used and the structure size is larger than a C pointer `sizeof(void*)`. This problem existed for a very long time, but became more apparent in 3.8+ by change likely due to garbage collection cleanup timing changes.