Message306247
> On other platforms, it can simply raise NotImplementedError.
Would it be possible to not provide the function if it's not supported by a platform?
Do you know platforms which don't support time.thread_time()?
Do you want to add time.thread_time_ns() with nanosecond resolution (PEP 564) ? I suggest to add it to be consistent with time.process_time(). |
|
| Date |
User |
Action |
Args |
| 2017-11-15 01:48:49 | vstinner | set | recipients:
+ vstinner, belopolsky, pitrou |
| 2017-11-15 01:48:49 | vstinner | set | messageid: <[email protected]> |
| 2017-11-15 01:48:49 | vstinner | link | issue32025 messages |
| 2017-11-15 01:48:49 | vstinner | create | |
|