mirror of
https://github.com/google/re2.git
synced 2025-10-15 20:46:56 +08:00

This reverts commit 3a9939d2ae
.
Reason for revert: pybind11 doesn't support `Py_LIMITED_API`;
as per https://github.com/pybind/pybind11/issues/1755, it has
probably never worked and it will probably never work.
Change-Id: Ie603151d31ad07a77d469f0050270d416fe8d21b
Reviewed-on: https://code-review.googlesource.com/c/re2/+/61872
Reviewed-by: Paul Wankadia <junyer@google.com>
Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
Building requires Python 3 and pybind11 to be installed on your system.