weixin_39628160 2020-11-29 19:37
浏览 0

Upgrade to Python 3.7

Python 3.7 is out! Time to upgrade.

该提问来源于开源项目:grantjenks/python-sortedcontainers

  • 写回答

5条回答 默认 最新

  • weixin_39628160 2020-11-29 19:37
    关注

    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.

    评论

报告相同问题?