diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-02-14 13:27:04 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-02-14 13:27:04 -0700 |
commit | f317ab8932931e8dcf9f0e2092bf52161fcda24d (patch) | |
tree | 5ac941bf9e9d50a743a8cc68d038cd42096d9210 /numpy/polynomial/polyutils.py | |
parent | ce1dadfe0e7accac0721ebaa79f2a4b4a9f56e7e (diff) | |
download | numpy-f317ab8932931e8dcf9f0e2092bf52161fcda24d.tar.gz |
MAINT: Replace some Python macros by functions.
PyObject_INIT -> PyObject_Init
PyObject_INIT_VAR -> PyObject_InitVar
This avoids warning about parenthetical expression in PyObject_INIT.
Python recommends the functional versions when available.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions