mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
include Python.h
This commit is contained in:
parent
650ae0ab06
commit
020dfe7f2e
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
/* Return the copyright string. This is updated manually. */
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
const char *
|
||||
getcopyright()
|
||||
{
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* Return the full version string. */
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
#include "patchlevel.h"
|
||||
|
||||
#define VERSION "%s (%s) %s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue