py/objdict: Fix optimisation for allocating result in fromkeys.
Iterables don't respond to __len__, so call __len__ on the original argument.
Showing
Please register or sign in to comment
Iterables don't respond to __len__, so call __len__ on the original argument.