]> granicus.if.org Git - python/commit
Add missed details of the C API introduced in 3.7. (GH-7047)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 22 May 2018 17:59:42 +0000 (20:59 +0300)
committerGitHub <noreply@github.com>
Tue, 22 May 2018 17:59:42 +0000 (20:59 +0300)
commit4e29f566e8821c09d8274eadcdd355e8b1284b8b
treebb5d17d6b0bce38c722017a42ff1a18afcce53f7
parentb2f5f59ae15564b991f3ca4850e6ad28d9faacbc
Add missed details of the C API introduced in 3.7. (GH-7047)

* Set the limited API version for PyImport_GetModule and PyOS_*Fork
  functions.
* Add PyImport_GetModule and Py_UTF8Mode in PC/python3.def.
* Add several functions in Doc/data/refcounts.dat.
Doc/data/refcounts.dat
Include/import.h
Include/intrcheck.h
PC/python3.def