mirror of https://github.com/python/cpython.git
added new names for getprogramname, getargcargv
This commit is contained in:
parent
4f4ce68085
commit
bb864062f1
|
@ -425,6 +425,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define getplatform Py_GetPlatform
|
||||
#define getversion Py_GetVersion
|
||||
#define getpythonpath Py_GetPath
|
||||
#define getprogramname Py_GetProgramName
|
||||
#define getargcargv Py_GetArgcArgv
|
||||
|
||||
/* Misc. Internals */
|
||||
#define askyesno _Py_AskYesNo
|
||||
|
|
Loading…
Reference in New Issue