]> granicus.if.org Git - python/commitdiff
#6336: Add nb_divide.
authorGeorg Brandl <georg@python.org>
Wed, 29 Jul 2009 16:32:30 +0000 (16:32 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 29 Jul 2009 16:32:30 +0000 (16:32 +0000)
Doc/c-api/typeobj.rst

index abcd1154f5606643af6991ae0a742d0112e0f311..05663751d8858907a9f5ca1c1e80275678ff5778 100644 (file)
@@ -1160,6 +1160,7 @@ Number Object Structures
             binaryfunc nb_add;
             binaryfunc nb_subtract;
             binaryfunc nb_multiply;
+            binaryfunc nb_divide;
             binaryfunc nb_remainder;
             binaryfunc nb_divmod;
             ternaryfunc nb_power;