diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-19 22:48:23 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-19 22:48:23 (GMT) |
commit | 30d1c51ac97a93f68015a0c646bd130140b69a98 (patch) | |
tree | 9e47d4b382382a75c74ea85c1e1325216678a7c0 /Doc/data | |
parent | 666bb419cb28b799794350abdc9d5a15e1dfc5dc (diff) | |
download | cpython-30d1c51ac97a93f68015a0c646bd130140b69a98.zip cpython-30d1c51ac97a93f68015a0c646bd130140b69a98.tar.gz cpython-30d1c51ac97a93f68015a0c646bd130140b69a98.tar.bz2 |
Remove _PyObject_Del
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/refcounts.dat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index 5cb0b7a..4555301 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -1705,9 +1705,6 @@ _PyImport_FixupExtension:char*::: _PyImport_Init:void::: -_PyObject_Del:void::: -_PyObject_Del:PyObject*:op:0: - _PyObject_New:PyObject*::+1: _PyObject_New:PyTypeObject*:type:0: |