Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python : Remove redundant configure flags
`--with-system-ffi` has been on by default on non-macOS UNIX platforms since Python 3.6 and is being removed entirely in 3.12. `--enable-unicode=ucs4` was changed to `--with-wide-unicode` in Python 3.0, and `--with-wide-unicode` was later removed in Python 3.3 with PEP 393 making Python support UCS-4/wide unicode by default.
- Loading branch information