diff options
author | Barry Warsaw <barry@python.org> | 2016-01-11 20:51:27 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2016-01-11 20:51:27 (GMT) |
commit | 3d220cc4d7be841e97d2b43bde6534081b06c001 (patch) | |
tree | edbac65212082ab4b2704c5ea76a16c8a31dbdf8 /Misc | |
parent | ec71f1779fc4d3509e8f16197a99a6ed3706a591 (diff) | |
parent | 09880c89e9736efe590243876d777e52b1d6abf2 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |