mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
added new names for getprogramname, getargcargv
This commit is contained in:
parent
4f4ce68085
commit
bb864062f1
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue