Armin Rigo <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1640> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
