]> granicus.if.org Git - python/commit
[3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 22 May 2018 19:26:42 +0000 (22:26 +0300)
committerGitHub <noreply@github.com>
Tue, 22 May 2018 19:26:42 +0000 (22:26 +0300)
commit1f22a3003e0d5f125cfbcd6872ccdb92e7f2d798
treea4a2f23806fb7cdac2191ef6af2420d29c75b8f5
parentafec2d583a06849c5080c6cd40266743c8e04b3e
[3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061)

* 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.
(cherry picked from commit 4e29f566e8821c09d8274eadcdd355e8b1284b8b)
Doc/data/refcounts.dat
Include/import.h
Include/intrcheck.h
PC/python3.def