mirror of
https://github.com/python/cpython.git
synced 2026-05-19 19:03:25 -04:00
ecc3e67b98
structmember typecode for Py_ssize_t fields. This should fix some of the errors on the PPC64 debian machine (64-bit, big endian). Assigning to readonly fields now raises AttributeError instead of TypeError, so the testcase has to be changed as well.