]> granicus.if.org Git - python/commit
Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an extra...
authorChristian Heimes <christian@python.org>
Tue, 13 Sep 2016 18:48:13 +0000 (20:48 +0200)
committerChristian Heimes <christian@python.org>
Tue, 13 Sep 2016 18:48:13 +0000 (20:48 +0200)
commitf6365e381620d95a112720d9f18ab6137882ecca
tree71c7d78552ff49e7e3033ce01bd8a995f404c306
parentf051e43b22af014364e231c36489e6745993ea34
Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an extra memset() call in _ssl.c.
Modules/_ssl.c