mirror of
https://github.com/python/cpython.git
synced 2026-05-22 04:13:22 -04:00
058be9adbc
the StgDictObject's ffi_type member had the same name as its type. I changed that to ffi_type_pointer. Feel free to change it to something else more meaningful, just not ffi_type.