]> granicus.if.org Git - python/commit
Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define an...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Aug 2014 22:37:18 +0000 (00:37 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Aug 2014 22:37:18 +0000 (00:37 +0200)
commit5ce8f35931402661fa39c0f2dab44354f2a1d677
tree1ebf3758fdc4d58ee5f4e91a0bcfe58516062a4a
parentfa9211b11dd9b78afbb3dda617267c150ba04cf0
Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define an empty __slots__ so that subclasses don't always get an instance dict.

Patch by Claudiu Popa.
Lib/ctypes/_endian.py
Lib/ctypes/test/test_byteswap.py
Misc/NEWS