[pypy-issue] [issue1640] Posix 2001 ftime() is deprecated

Armin Rigo tracker at bugs.pypy.org
Tue Dec 24 12:19:57 CET 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

> So if PyPy is to model CPy 2, we might use gettimeofday() when avail, otherwise
> fallback to ftime().

It seems to be precisely what rpython/rtyper/module/ll_time.py is doing...  What
is the problem?

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1640>
________________________________________


More information about the pypy-issue mailing list