|
@@ -40,7 +40,7 @@ Index: b/configure.ac
|
|
|
===================================================================
|
|
|
--- a/configure.ac
|
|
|
+++ b/configure.ac
|
|
|
-@@ -2611,6 +2611,11 @@
|
|
|
+@@ -2624,6 +2624,11 @@
|
|
|
AC_CHECK_FUNCS(pthread_atfork)
|
|
|
fi
|
|
|
|
|
@@ -56,7 +56,7 @@ Index: b/setup.py
|
|
|
===================================================================
|
|
|
--- a/setup.py
|
|
|
+++ b/setup.py
|
|
|
-@@ -2217,6 +2217,12 @@
|
|
|
+@@ -2219,6 +2219,12 @@
|
|
|
# turn off warnings when deprecated modules are imported
|
|
|
import warnings
|
|
|
warnings.filterwarnings("ignore",category=DeprecationWarning)
|
|
@@ -69,7 +69,7 @@ Index: b/setup.py
|
|
|
setup(# PyPI Metadata (PEP 301)
|
|
|
name = "Python",
|
|
|
version = sys.version.split()[0],
|
|
|
-@@ -2237,9 +2243,7 @@
|
|
|
+@@ -2239,9 +2245,7 @@
|
|
|
ext_modules=[Extension('_struct', ['_struct.c'])],
|
|
|
|
|
|
# Scripts to install
|