commit | 15d529aec52276fe4df83aeda5b01e8df77344dc | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Mar 11 00:07:13 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Mar 11 00:07:13 2002 +0000 |
tree | cb95fdfc0f15658249d4402c64d1f1269195f03a | |
parent | a2168eceb0277f767877a0845537f6564f0410a0 [diff] |
Bugfix candidate. Adapter from SF patch 528038; fixes SF bug 527816. The wrapper for __nonzero__ should be wrap_inquiry rather than wrap_unaryfunc, since the slot returns an int, not a PyObject *.