This revision was automatically updated to reflect the committed changes.
Closed by commit rC350467: [python] Make the collections import future-proof
(authored by serge_sans_paille, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56341/new/
https://
jstasiak added a comment.
Thanks. If you could commit this on my behalf I'd appreciate it (I don't have
commit access).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56341/new/
https://reviews.llvm.org/D56341
___
cf
serge-sans-paille accepted this revision.
serge-sans-paille added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56341/new/
https://reviews.llvm.org/D56341
jstasiak created this revision.
jstasiak added reviewers: mgorny, michaelplatings, serge-sans-paille.
Herald added subscribers: cfe-commits, arphaman.
On Python 3.7 the old code raises a warning:
DeprecationWarning: Using or importing the ABCs from 'collections' instead of
from 'collec