Link Mauve added the comment:

I’m building against the Newlib libc, for the Wii, and it seems the issue 
leading to all of those functions not working is:
(.text.clock+0x18): undefined reference to `_times_r'

Threading is disabled, and reentrant functions as well, which could explain 
that.

But still, when pyconfig.h doesn’t define any HAVE_ macro to get the system 
time, I would expect py_process_time() to return None or something instead of 
failing to build.

----------

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

Reply via email to