python3.7: don't reinit locks on fork

same as for 3.8. fix hang issue on "meson test"
This commit is contained in:
Jerome Duval
2019-11-30 23:33:05 +01:00
parent c3c532cf00
commit 2993b575fc
2 changed files with 59 additions and 39 deletions

View File

@@ -11,7 +11,7 @@ OSI-approved open source license.
HOMEPAGE="https://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2018 Python Software Foundation"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="e85a76ea9f3d6c485ec1780fca4e500725a4a7bbc63c78ebc44170de9b619d94"
SOURCE_DIR="Python-$portVersion"