• Guido van Rossum's avatar
    SF bug 544647. · e8fc6403
    Guido van Rossum yazdı
    PyNumber_InPlaceMultiply insisted on calling sq_inplace_repeat if it
    existed, even if nb_inplace_multiply also existed and the arguments
    weren't right for sq_inplace_repeat.  Change this to only use
    sq_inplace_repeat if nb_inplace_multiply isn't defined.
    
    Bugfix candidate.
    e8fc6403
abstract.c 41.8 KB