mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
New version identification scheme.
The version numbers are now exported by Python.h. Also rolled back the API version change -- it's back to 1007!
This commit is contained in:
parent
33f2b7b257
commit
f1176c4815
3 changed files with 74 additions and 4 deletions
|
@ -35,6 +35,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
/* Include nearly all Python header files */
|
||||
|
||||
#include "patchlevel.h"
|
||||
#include "config.h"
|
||||
|
||||
/* config.h may or may not define DL_IMPORT */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue