diff options
author | Christian Heimes <christian@cheimes.de> | 2013-07-26 20:45:47 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-07-26 20:45:47 (GMT) |
commit | f446d217089e61778c794023f38932e2c2798234 (patch) | |
tree | d405b8364200be84d492b4b3a2b63bf30161f782 /Misc | |
parent | d4095d95f87010751ebc0b656a87f422ce5480ad (diff) | |
parent | 9ee5c37c8f8c4f35814453aecf5fdfd01dfa2781 (diff) | |
download | cpython-f446d217089e61778c794023f38932e2c2798234.zip cpython-f446d217089e61778c794023f38932e2c2798234.tar.gz cpython-f446d217089e61778c794023f38932e2c2798234.tar.bz2 |
Issue #18559: Fix NULL pointer dereference error in _pickle module
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -166,6 +166,8 @@ Core and Builtins Library ------- +- Issue #18559: Fix NULL pointer dereference error in _pickle module + - Issue #18556: Check the return type of PyUnicode_AsWideChar() in ctype's U_set(). |