Python 3.7 is out! Time to upgrade.
该提问来源于开源项目:grantjenks/python-sortedcontainers
Python 3.7 is out! Time to upgrade.
该提问来源于开源项目:grantjenks/python-sortedcontainers
Upgrading to Python 3.7 breaks the bintrees module because Cython does not yet support Python 3.7. See https://github.com/cython/cython/issues/1978 for reference. Bintrees is one of the alternatives to Sorted Containers which is used for benchmarking.