diff options
author | Thomas Heller <theller@ctypes.org> | 2006-11-24 18:45:39 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-11-24 18:45:39 (GMT) |
commit | 25d208bd464aa6b1bde8a30cc71327133edaeeb3 (patch) | |
tree | 9f6eb3a83b3b491bd7fe8a1165c68d6f31e9193d /Misc/NEWS | |
parent | a3c77677caf9724ac2a9ba1183d3e594d78dfc5c (diff) | |
download | cpython-25d208bd464aa6b1bde8a30cc71327133edaeeb3.zip cpython-25d208bd464aa6b1bde8a30cc71327133edaeeb3.tar.gz cpython-25d208bd464aa6b1bde8a30cc71327133edaeeb3.tar.bz2 |
Fix bug #1598620: A ctypes structure cannot contain itself.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -101,6 +101,8 @@ Core and builtins Library ------- +- Bug #1598620: A ctypes Structure cannot contain itself. + - Patch #1362975: Rework CodeContext indentation algorithm to avoid hard-coding pixel widths. |