|
@@ -3586,7 +3586,7 @@ def GetCurrentPythonVersionInfo():
|
|
|
|
|
|
|
|
from distutils.sysconfig import get_python_lib
|
|
from distutils.sysconfig import get_python_lib
|
|
|
return {
|
|
return {
|
|
|
- "version": SDK["PYTHONVERSION"][6:],
|
|
|
|
|
|
|
+ "version": SDK["PYTHONVERSION"][6:].rstrip('dmu'),
|
|
|
"soabi": GetPythonABI(),
|
|
"soabi": GetPythonABI(),
|
|
|
"ext_suffix": GetExtensionSuffix(),
|
|
"ext_suffix": GetExtensionSuffix(),
|
|
|
"executable": sys.executable,
|
|
"executable": sys.executable,
|