summaryrefslogtreecommitdiffstats
path: root/Include/object.h
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-06-24 22:46:07 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-06-24 22:46:07 (GMT)
commit9c437af4ebd832d913b85bfb2e666d55565c3665 (patch)
tree993ca8e99a212478a985cdeec1f92892016ce2da /Include/object.h
parent4ac817213bdc9fabd6522754ef6088bac02e74ce (diff)
downloadcpython-9c437af4ebd832d913b85bfb2e666d55565c3665.zip
cpython-9c437af4ebd832d913b85bfb2e666d55565c3665.tar.gz
cpython-9c437af4ebd832d913b85bfb2e666d55565c3665.tar.bz2
Revert 64424, 64438, and 64439.
Diffstat (limited to 'Include/object.h')
-rw-r--r--Include/object.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/object.h b/Include/object.h
index 709174f..59f3b9e 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -267,9 +267,6 @@ typedef struct {
/* Added in release 2.5 */
unaryfunc nb_index;
-
- /* Added in release 2.6 */
- unaryfunc nb_bin;
} PyNumberMethods;
typedef struct {