Skip to content

time.clock is removed in Python 3.8 #1193

Closed
@tirkarthi

Description

@tirkarthi

time.clock was deprecated in 3.3 and was removed in 3.8 with PR python/cpython#13270 . I think below line might cause incompatibility in 3.8 on Windows so I am creating an issue for the same.

_rtime = time.clock

Thanks

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions