]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878)
authorChristian Heimes <christian@python.org>
Sun, 25 Feb 2018 12:08:05 +0000 (13:08 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 12:08:05 +0000 (13:08 +0100)
commit439956a149f8a3eb44646498c63b2ef3337d5f3d
treeb1a9d5968c2e2d7ed35ec4d0e3e5c7c46fba7ebd
parent4bb9b9aea04b1a96632da1b30a58fb31cbe6ec92
Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878)

Signed-off-by: Christian Heimes <christian@python.org>
Modules/_ssl.c