mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
dd2f8b0b77
- Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to file.write() - Issue #11241: subclasses of ctypes.Array can now be subclassed.