Kaydet (Commit) 030ae175 authored tarafından Guido van Rossum's avatar Guido van Rossum

fix pow() core dump

üst bb3c5f74
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment