• Guido van Rossum's avatar
    Bugfix candidate. · 15d529ae
    Guido van Rossum authored
    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 *.
    15d529ae
test_descr.py 76.2 KB