[PATCH 1/2] py3: Ensure map is wrapped in list

Finucane, Stephen stephen.finucane at intel.com
Tue Feb 9 05:54:18 AEDT 2016


On 05 Feb 17:21, Stephen Finucane wrote:
> The map function doesn't return a list in Python 3, which means it
> can't be used like one. Many of these issues were previously resolved
> but there were some uncovered code paths. Resolve these, adding tests
> to ensure it doesn't regress.
> 
> In addition, change what's serialized and returned. Instead of
> returning a subset of the serialized values, only serialize a subset
> of the original values. This means n items are serialized instead of
> max.
> 
> Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>

Merged.


More information about the Patchwork mailing list