mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Default stat_float_times to true.
This commit is contained in:
parent
22b457e03b
commit
fe33d0ba87
3 changed files with 9 additions and 11 deletions
|
@ -789,7 +789,7 @@ statresult_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
|
|||
|
||||
|
||||
/* If true, st_?time is float. */
|
||||
static int _stat_float_times = 0;
|
||||
static int _stat_float_times = 1;
|
||||
|
||||
PyDoc_STRVAR(stat_float_times__doc__,
|
||||
"stat_float_times([newval]) -> oldval\n\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue