https://github.com/python/cpython
Revision 89fe554715247f394a5e82d76f65aa294a80ad90 authored by Victor Stinner on 24 October 2018, 14:08:47 UTC, committed by Victor Stinner on 25 October 2018, 22:05:33 UTC
* Convert PyObject_INIT() and PyObject_INIT_VAR() macros to static
  inline functions.
* Fix usage of these functions: cast to PyObject* or PyVarObject*.
1 parent c89a932
History
Tip revision: 89fe554715247f394a5e82d76f65aa294a80ad90 authored by Victor Stinner on 24 October 2018, 14:08:47 UTC
bpo-35059: Convert PyObject_INIT() to function
Tip revision: 89fe554
File Mode Size
ci.yml -rw-r--r-- 2.7 KB
docker-steps.yml -rw-r--r-- 2.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 724 bytes
posix-deps.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 1.9 KB
pr.yml -rw-r--r-- 1.8 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-steps.yml -rw-r--r-- 1.1 KB

back to top