Closed ale-rt closed 6 years ago
This line: https://github.com/plone/plone.batching/blob/453a6496e7b566ba44a779234ae1452be40301f1/plone/batching/batch.py#L81 provides different results for Python2 and Python 3.
See this failing test https://jenkins.plone.org/view/PLIPs/job/plip-py3/761/testReport/Products.CMFPlone.tests.testBatch/TestBatch/test_batch_lazy_map/
This line: https://github.com/plone/plone.batching/blob/453a6496e7b566ba44a779234ae1452be40301f1/plone/batching/batch.py#L81 provides different results for Python2 and Python 3.