Closed Jeroendevr closed 4 months ago
The way map
is implemented right now, it only accepts a single iterable. But I'll take a look at expanding that to match CPython behavior.
The new implementation of map
should work correctly once v3.9.3 is deployed (currently it's only on the dev branch). Though, the variable function
in the above example should be changed to functions
so as not to confuse the JavaScript side of things.
Merged to master on PR #876
Currently the
map()
built in function is well supported, however it only works when passing one iterable. When passing two iterables the iterable result isnull
Excpects
Reality