Damien George
69b89d21b2
py: Change compile order for default positional and keyword args.
...
This simplifies the compiler a little, since now it can do 1 pass over
a function declaration, to determine default arguments. I would have
done this originally, but CPython 3.3 somehow had the default keyword
args compiled before the default position args (even though they appear
in the other order in the text of the script), and I thought it was
important to have the same order of execution when evaluating default
arguments. CPython 3.4 has changed the order to the more obvious one,
so we can also change.
2014-04-11 13:38:30 +00:00
..
2014-04-10 14:11:31 +01:00
2014-04-10 14:11:31 +01:00
2014-04-09 15:26:46 +01:00
2014-04-11 03:59:16 +03:00
2014-04-11 03:59:16 +03:00
2014-04-06 02:15:23 +03:00
2014-04-10 03:58:03 +03:00
2014-04-06 11:48:15 +01:00
2014-04-09 19:56:38 +01:00
2014-04-10 03:58:03 +03:00
2014-04-05 22:36:42 +01:00
2014-04-11 13:38:30 +00:00
2014-04-09 12:27:39 +01:00
2014-04-10 17:28:54 +00:00
2014-04-11 13:38:30 +00:00
2014-04-09 15:26:46 +01:00
2014-04-10 17:28:54 +00:00
2014-04-11 13:38:30 +00:00
2014-04-10 14:11:31 +01:00
2014-04-10 17:28:54 +00:00
2014-04-10 17:28:54 +00:00
2014-04-09 04:13:21 +03:00
2014-04-08 11:31:21 +00:00
2014-04-10 12:19:33 +01:00
2014-04-10 15:00:58 +01:00
2014-04-10 03:38:42 +03:00
2014-04-10 14:27:31 +00:00
2014-04-07 01:16:17 +01:00
2014-04-10 14:27:31 +00:00
2014-04-07 01:35:45 +01:00
2014-04-11 00:41:59 +01:00
2014-04-05 21:53:54 +01:00
2014-04-05 21:53:54 +01:00
2014-04-05 21:53:54 +01:00
2014-04-05 21:53:54 +01:00
2014-04-05 21:53:54 +01:00
2014-04-11 03:59:16 +03:00
2014-04-11 03:58:49 +03:00
2014-04-08 23:11:00 +01:00
2014-04-07 11:38:45 -07:00
2014-04-08 14:08:14 +00:00
2014-04-08 14:08:14 +00:00
2014-04-08 14:08:14 +00:00
2014-04-08 14:08:14 +00:00
2014-04-11 11:16:53 +00:00
2014-04-11 11:16:53 +00:00
2014-04-11 03:58:49 +03:00
2014-04-08 22:11:40 +03:00
2014-04-05 18:32:08 +01:00
2014-04-05 21:53:54 +01:00
2014-04-11 10:10:37 +01:00
2014-04-11 10:52:06 +00:00
2014-04-10 14:27:31 +00:00
2014-04-05 18:32:08 +01:00
2014-04-11 10:10:37 +01:00
2014-04-11 13:38:30 +00:00
2014-04-09 19:53:31 +01:00
2014-04-05 18:32:08 +01:00
2014-04-08 23:30:46 +01:00
2014-04-08 23:30:46 +01:00
2014-04-08 23:30:46 +01:00
2014-04-08 23:30:46 +01:00
2014-04-08 21:32:29 +01:00
2014-04-05 18:32:08 +01:00
2014-04-08 21:11:49 +01:00
2014-04-05 18:32:08 +01:00
2014-04-05 22:45:23 +01:00
2014-04-07 03:08:46 +03:00
2014-04-11 10:40:38 +00:00
2014-04-05 18:32:08 +01:00
2014-04-08 21:32:29 +01:00
2014-04-10 14:27:31 +00:00
2014-04-10 14:27:31 +00:00
2014-04-10 14:27:31 +00:00
2014-04-09 19:56:38 +01:00
2014-04-08 22:10:37 +01:00
2014-04-08 22:10:37 +01:00
2014-04-10 03:58:03 +03:00
2014-04-10 03:58:03 +03:00
2014-04-08 11:33:28 +00:00
2014-04-08 11:04:29 +00:00
2014-04-09 12:27:39 +01:00
2014-04-10 20:08:11 +01:00
2014-04-08 22:06:31 +01:00
2014-04-09 14:42:51 +01:00
2014-04-09 15:26:46 +01:00
2014-04-05 18:32:08 +01:00
2014-04-09 15:26:46 +01:00
2014-04-05 23:02:23 +01:00
2014-04-10 11:39:36 +01:00
2014-04-11 13:38:30 +00:00