Files
cpython/Lib
Guido van Rossum e8fc640349 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.
2002-04-16 16:44:51 +00:00
..
2002-03-12 14:26:37 +00:00
2002-03-17 21:49:20 +00:00
2001-12-22 15:23:50 +00:00
2002-04-16 16:44:51 +00:00
2002-02-11 17:56:27 +00:00
2002-04-16 01:38:40 +00:00
2002-04-16 01:38:40 +00:00
2002-02-16 07:34:19 +00:00
2002-04-16 01:38:40 +00:00
2002-04-16 01:38:40 +00:00
2002-03-24 16:56:45 +00:00
2002-04-16 01:38:40 +00:00
2002-03-22 02:46:41 +00:00
2002-04-16 01:38:40 +00:00
2002-04-05 19:30:08 +00:00
2002-04-16 01:38:40 +00:00
2002-04-16 01:38:40 +00:00
2002-04-12 20:55:31 +00:00
2002-04-16 01:38:40 +00:00
2002-04-16 01:38:40 +00:00
2002-02-08 20:41:34 +00:00
2001-12-17 10:13:17 +00:00
2002-03-18 13:06:00 +00:00
2002-04-13 14:03:38 +00:00