• Anthony Baxter's avatar
    backport gvanrossum's patch: · f762677b
    Anthony Baxter yazdı
    SF bug 544647.
    
    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.
    f762677b
abstract.c 41.8 KB