summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-22 08:02:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-22 08:02:49 (GMT)
commit08d230a5408e9fac3adbb357f5fb4a43958991d4 (patch)
tree94e66616cc67b6d1164d87f9bf694a6850b982ff /Misc
parentdf9ba3623a1fcb745199b723ffd68e63f7a31153 (diff)
downloadcpython-08d230a5408e9fac3adbb357f5fb4a43958991d4.zip
cpython-08d230a5408e9fac3adbb357f5fb4a43958991d4.tar.gz
cpython-08d230a5408e9fac3adbb357f5fb4a43958991d4.tar.bz2
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type. Fixed system error in the comparison of faked types.SimpleNamespace.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0593d89..6b491d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #24257: Fixed system error in the comparison of faked
+ types.SimpleNamespace.
+
- Issue #22939: Fixed integer overflow in iterator object. Patch by
Clement Rouault.
@@ -56,6 +59,9 @@ Core and Builtins
Library
-------
+- Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked
+ cursor type.
+
- Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
when a directory with the chosen name already exists on Windows as well as
on Unix. tempfile.mkstemp() now fails early if parent directory is not