In Python 3.3 types like Sequence were moved to the
collections.abc submodule. The aforementioned PR fixed runtime
issues, but the bin/buck Python bootstrapping script still failed with
non-ancient versions of Python.
Test Plan: Built and ran buck1 successfully on my machine.
allow buck to be built at newer version of Python
Summary: See #2696 for another example.
In Python 3.3 types like
Sequence
were moved to thecollections.abc
submodule. The aforementioned PR fixed runtime issues, but the bin/buck Python bootstrapping script still failed with non-ancient versions of Python.Test Plan: Built and ran buck1 successfully on my machine.