Bump python to 3.5
3.5 release is needed for MSVC 14.0 (aka VS 2015) support. Python 3.5 removed build toolchain support for MSVC 2013. Because we still need to support it, we duplicate the Python directory in externals and copy old patches and dispatch to this directory for MSVC 2013. Once the support for MSVC 2013 is dropped on master, this directory can be removed again. Change-Id: Idf7bc351239582f583ecbdb53c923cbdcf968089 Reviewed-on: https://gerrit.libreoffice.org/17352 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
committed by
Michael Stahl
parent
1a4fc613e1
commit
147cb6a2ae
19
external/python33/python-lsan.patch.0
vendored
Normal file
19
external/python33/python-lsan.patch.0
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
--- configure
|
||||
+++ configure
|
||||
@@ -11821,6 +11821,7 @@
|
||||
break;
|
||||
}
|
||||
}
|
||||
+ freeaddrinfo(aitop);
|
||||
}
|
||||
|
||||
if (!(inet4 == 0 || inet4 == 2))
|
||||
@@ -11828,8 +11829,6 @@
|
||||
if (!(inet6 == 0 || inet6 == 2))
|
||||
goto bad;
|
||||
|
||||
- if (aitop)
|
||||
- freeaddrinfo(aitop);
|
||||
return 0;
|
||||
|
||||
bad:
|
Reference in New Issue
Block a user