commit | f06e30af4a0b556d2144b6fd473afeddbc21bb2f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Nov 24 15:37:42 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Nov 24 15:37:42 2005 +0000 |
tree | 2edf45d64c13319d09d09f22eca6200c1d1e2279 | |
parent | 9df23ea1fc7cc9325b03c9a4beb7f4852687378f [diff] [blame] |
bug #1281408: make Py_BuildValue work with unsigned longs and long longs
diff --git a/Misc/NEWS b/Misc/NEWS index 73171f3..de637e1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Bug #1281408: Py_BuildValue now works correct even with unsigned longs + and long longs. + - SF Bug #1350188, "setdlopenflags" leads to crash upon "import" It was possible dlerror() returns a NULL pointer, use a default error message in this case.