fix pow() core dump

This commit is contained in:
Guido van Rossum 1994-11-10 22:33:19 +00:00
parent bb3c5f7406
commit 030ae17582
1 changed files with 1 additions and 1 deletions

View File

@ -1299,7 +1299,7 @@ static struct methodlist builtin_methods[] = {
{"oct", builtin_oct},
{"open", builtin_open},
{"ord", builtin_ord},
{"pow", builtin_pow},
{"pow", builtin_pow, 1},
{"range", builtin_range},
{"raw_input", builtin_raw_input},
{"reduce", builtin_reduce},