Re-apply https://reviews.llvm.org/D157704. The original patch broke the tests on Python 3.8 and got reverted by 0c4aad050c23254c3c612e860e1278961d161aef. This patch replaces the usage of the vertical bar operator for type hints with `Union`. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D158075