##// END OF EJS Templates
util: don't use mutable default argument value...
util: don't use mutable default argument value I don't think this is any tight loops and we'd need to worry about PyObject creation overhead. Also, I'm pretty sure strptime() will be much slower than PyObject creation (date parsing is surprisingly slow).
Gregory Szorc -
r31393:8b6927eb default
Show More
Name Size Modified Last Commit Author
/ contrib / python-zstandard / tests
__init__.py Loading ...
common.py Loading ...
test_compressor.py Loading ...
test_data_structures.py Loading ...
test_decompressor.py Loading ...
test_estimate_sizes.py Loading ...
test_module_attributes.py Loading ...
test_roundtrip.py Loading ...
test_train_dictionary.py Loading ...