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
__init__.py -rw-r--r-- 587 bytes
handlers.py -rw-r--r-- 20.5 KB
headers.py -rw-r--r-- 6.6 KB
simple_server.py -rw-r--r-- 5.0 KB
util.py -rw-r--r-- 5.7 KB
validate.py -rw-r--r-- 14.7 KB

back to top