python3: Fix compilation without deprecated APIs 11001/head
authorRosen Penev <rosenp@gmail.com>
Sun, 19 May 2019 21:25:00 +0000 (14:25 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 14 Jan 2020 22:43:58 +0000 (14:43 -0800)
commitd869dc801013bbe9164c49cbc93f8a88ff522892
tree94312075d75af74cb30b74377f69160f32c4f640
parent802d9e346020d1ffb91fdab3cbebd77debbb958f
python3: Fix compilation without deprecated APIs

This is based on upstream work here:

https://github.com/python/cpython/pull/3934
and
https://github.com/python/cpython/pull/39430

First patch was kept as is (just rebased) while the second was combined
into one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lang/python/python3/Makefile
lang/python/python3/patches/020-ssl-module-emulate-tls-methods.patch [new file with mode: 0644]
lang/python/python3/patches/021-openssl-deprecated.patch [new file with mode: 0644]