Yes, all symbols starting with _Py are private and must not be used outside CPython internals.<br><br>Victor<br><br>Le vendredi 27 juillet 2018, WILSON, MICHAEL <<a href="mailto:michael.a.wilson@atos.net">michael.a.wilson@atos.net</a>> a écrit :<br>> All,<br>>  <br>> My excuse if this is not the appropriate list for a question essentially concerning the AIX port of Python.<br>>  <br>> The current port of Python for AIX includes composing an export file (/lib/python2.7/config/python.exp) in which there are a number of functions starting “Py_” or “_Py_”.<br>>  <br>> The Vim package for AIX is built referencing the python.exp file and unfortunately, when functions are removed from libpython, even those which are not called, the vim command detects missing symbols.<br>>  <br>> The most recent case (May 2017), functions _Py_hgidentity, _Py_hgversion and _Py_svnversion were replaced/removed, see “bpo-27593: Get SCM build info from git instead of hg (#1327)”.<br>>  <br>> Is it correct to assume that the “_Py_” functions are internal (Python name space) that should/must not be called by or made visible to application code  ?<br>>  <br>> Could you indicate a URL to the authoritative API documentation ?<br>>  <br>> Thanks for your replies.<br>>  <br>> Mike Wilson<br>>