diff options
author | SuperBo <supernbo@gmail.com> | 2017-05-14 14:38:21 +0700 |
---|---|---|
committer | SuperBo <supernbo@gmail.com> | 2017-05-14 14:38:21 +0700 |
commit | b290e05e9e9fa87bcc8c611582dc74c2decc5a10 (patch) | |
tree | 88c9f47cdca6ffff450c693dcd4291cac881a2d6 /numpy/core/numeric.py | |
parent | 6f2d5c474264b96caca3af16ab2a5ab34e7adab2 (diff) | |
download | numpy-b290e05e9e9fa87bcc8c611582dc74c2decc5a10.tar.gz |
BUG: Fix reference count error of types when init multiarraymodule
PyDict_SetItemString has internally increased object reference.
We don't need to INCREF before adding to module dict anymore.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions