summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2016-01-11 20:51:27 (GMT)
committerBarry Warsaw <barry@python.org>2016-01-11 20:51:27 (GMT)
commit3d220cc4d7be841e97d2b43bde6534081b06c001 (patch)
treeedbac65212082ab4b2704c5ea76a16c8a31dbdf8 /Misc
parentec71f1779fc4d3509e8f16197a99a6ed3706a591 (diff)
parent09880c89e9736efe590243876d777e52b1d6abf2 (diff)
downloadcpython-3d220cc4d7be841e97d2b43bde6534081b06c001.zip
cpython-3d220cc4d7be841e97d2b43bde6534081b06c001.tar.gz
cpython-3d220cc4d7be841e97d2b43bde6534081b06c001.tar.bz2
As per further discussion, re-enable the typeobject.c guard for picklability.
upstreams such as Cython will have to adjust.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 593ed24..e062d91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,6 @@ 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