summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2016-01-11 18:49:40 (GMT)
committerBarry Warsaw <barry@python.org>2016-01-11 18:49:40 (GMT)
commitec71f1779fc4d3509e8f16197a99a6ed3706a591 (patch)
tree187c79be9316cf4a5c54a14ad33c9ba859814c71 /Misc
parent4f8273d77eb4032f0b373b22c40966585d89e6b6 (diff)
parent885e1939beb3ab95cc4e06d86815261256cd1d03 (diff)
downloadcpython-ec71f1779fc4d3509e8f16197a99a6ed3706a591.zip
cpython-ec71f1779fc4d3509e8f16197a99a6ed3706a591.tar.gz
cpython-ec71f1779fc4d3509e8f16197a99a6ed3706a591.tar.bz2
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
_PyObject_GetState() due to regressions observed in Cython-based projects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e062d91..593ed24 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
+ _PyObject_GetState() due to regressions observed in Cython-based projects.
+
- Issue #25961: Disallowed null characters in the type name.
- Issue #25973: Fix segfault when an invalid nonlocal statement binds a name