注意Python中strptime的效率问题


  • phus lu

    一般这样优化即可。

    import _strptime
    _strptime._getlang = lambda:(None,None)