This is an archive of the discontinued LLVM Phabricator instance.

Python 2/3 compatibility - iterable
ClosedPublic

Authored by serge-sans-paille on Dec 3 2018, 2:41 AM.

Diff Detail

Event Timeline

serge-sans-paille retitled this revision from Python 2/3 compatibility to Python 2/3 compatibility - iterable.Dec 3 2018, 2:52 AM
utils/ABITest/ABITestGen.py
233

Need to change the inner map

serge-sans-paille marked an inline comment as done.Dec 18 2018, 12:57 AM
serge-sans-paille added inline comments.
utils/ABITest/ABITestGen.py
233

I don't think so: we don't care if the inner map produces a generator as it's immediately consumed.

serge-sans-paille marked an inline comment as done.Dec 18 2018, 12:57 AM
This revision is now accepted and ready to land.Dec 18 2018, 2:22 AM
This revision was automatically updated to reflect the committed changes.