New submission from Antoine Pitrou:

gcmodule.c is able to displayed elapsed time of garbage collection runs. It 
currently does it by poking inside the time module to call time.time() and 
convert it to a C double. It could instead use the new pytime.h facilities.

----------
components: Extension Modules, Library (Lib)
keywords: easy
messages: 218912
nosy: pitrou
priority: low
severity: normal
stage: needs patch
status: open
title: gcmodule.c could use pytime.h
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21555>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to