projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0b2a80
)
NEWS entry for #issue 3258.
author
Thomas Heller
<theller@ctypes.org>
Tue, 15 Jul 2008 17:19:50 +0000
(17:19 +0000)
committer
Thomas Heller
<theller@ctypes.org>
Tue, 15 Jul 2008 17:19:50 +0000
(17:19 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 24f337eb14b594bcc1a538bbc4067b3ff4eb5603..48714950ae3b7b7ce05afd959703ebcc9efbbbc3 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-53,6
+53,9
@@
Core and Builtins
Library
-------
+- Issue #3258: Fixed a crash when a ctypes POINTER type to an
+ incomplete structure was created.
+
- Issue #3339: dummy_thread.acquire() should not return None.
- Issue #3285: Fractions from_float() and from_decimal() accept Integral arguments.