13 lines
592 B
Diff
13 lines
592 B
Diff
diff -Naur Python-3.8.0-orig/setup.py Python-3.8.0/setup.py
|
|
--- Python-3.8.0-orig/setup.py 2019-10-22 10:02:14.974473800 +0300
|
|
+++ Python-3.8.0/setup.py 2019-10-22 10:02:33.866107000 +0300
|
|
@@ -2237,6 +2237,8 @@
|
|
ext.libraries.append(ffi_lib)
|
|
if MS_WINDOWS:
|
|
ext.libraries.extend(['ole32', 'oleaut32', 'uuid'])
|
|
+ ext.export_symbols.extend(['DllGetClassObject PRIVATE',
|
|
+ 'DllCanUnloadNow PRIVATE'])
|
|
self.use_system_libffi = True
|
|
|
|
if sysconfig.get_config_var('HAVE_LIBDL'):
|