commit | 1f22a3003e0d5f125cfbcd6872ccdb92e7f2d798 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 22 22:26:42 2018 +0300 |
committer | GitHub <noreply@github.com> | Tue May 22 22:26:42 2018 +0300 |
tree | a4a2f23806fb7cdac2191ef6af2420d29c75b8f5 | |
parent | afec2d583a06849c5080c6cd40266743c8e04b3e [diff] |
[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)