diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-09-29 17:52:45 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-09-29 17:52:45 (GMT) |
commit | 860aee75b83f8d026999682b7565e271c05433a4 (patch) | |
tree | 5f18c04d859e0de5ce69e0d3b57c023682292142 /Misc | |
parent | 5176337bf597fd13491ae079756cc94aa10c9d3c (diff) | |
download | cpython-860aee75b83f8d026999682b7565e271c05433a4.zip cpython-860aee75b83f8d026999682b7565e271c05433a4.tar.gz cpython-860aee75b83f8d026999682b7565e271c05433a4.tar.bz2 |
Properly initialize all fields of a SSL object after allocation.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ Core and Builtins Library ------- +- Properly initialize all fields of a SSL object after allocation. + - Issue #4366: Fix building extensions on all platforms when --enable-shared is used. |