[issue9079] Make gettimeofday available in time module

Brian Curtin report at bugs.python.org
Wed Jul 21 20:28:57 CEST 2010


Brian Curtin <curtin at acm.org> added the comment:

Here are the errors I get:

Error	104	error C2037: left of 'tv_sec' specifies undefined struct/union 'timeval'	c:\python-dev\py3k\Python\pytime.c	46 pythoncore
Error	105	error C2037: left of 'tv_usec' specifies undefined struct/union 'timeval'	c:\python-dev\py3k\Python\pytime.c	47 pythoncore

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9079>
_______________________________________


More information about the Python-bugs-list mailing list