commit | f76f0eea5c00ea20ac62d9a8437a19f23fd455c5 | [log] [tgz] |
---|---|---|
author | Philip Jenvey <pjenvey@underboss.org> | Thu Dec 13 15:44:18 2012 -0800 |
committer | Philip Jenvey <pjenvey@underboss.org> | Thu Dec 13 15:44:18 2012 -0800 |
tree | b1937fbcfd4744fd602580a97511f83055fd4e57 | |
parent | b67596d8157ef972d418e623a99c8462f485c4d6 [diff] |
compile doesn't accept code objects
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index fac64bc..6f52a9a 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c
@@ -657,7 +657,7 @@ goto finally; } - str = source_as_string(cmd, "compile", "string, bytes, AST or code", &cf); + str = source_as_string(cmd, "compile", "string, bytes or AST", &cf); if (str == NULL) goto error;