# HG changeset patch # User Paul Boddie # Date 1490892516 -7200 # Node ID 51cde302e18f2dd70e9d61384d4e0405e1df509f # Parent f5b309580228718b7386162e025a95b8d88ff352 Fixed dictionary initialisation. diff -r f5b309580228 -r 51cde302e18f templates/progops.c --- a/templates/progops.c Wed Mar 29 00:18:41 2017 +0200 +++ b/templates/progops.c Thu Mar 30 18:48:36 2017 +0200 @@ -109,7 +109,7 @@ /* Create a temporary list using the arguments. */ - __attr tmp = __newliteral___builtins___list_list(args, number); + __attr tmp = __newdata_list(number, args); /* Call __init__ with the dict object and list argument. */