K 10 svn:author V 6 fluffy K 8 svn:date V 27 2020-12-24T13:14:02.510042Z K 7 svn:log V 353 Mk/Uses/python.mk: introduce PYTHON_EXT_SUFFIX variable Since Python-3.8.7 it uses unified with other platforns shared libs naming scheme: instead of plain .so suffix now it refers to used cpython: .cpython-${PYTHON_SUFFIX}.so Future Python releases will use this scheme too, it will be hooked via version check PR: 252057 Approved by: python (wen) END