[PyPy-issue] [issue603] fast-forward branch does not build on Mac OS X
Dan Villiom Podlaski Christiansen
pypy-dev-issue at codespeak.net
Tue Dec 7 17:36:26 CET 2010
Dan Villiom Podlaski Christiansen <danchr at gmail.com> added the comment:
The new run also failed, but with a different error:
TypeError': <Struct timespec { c_tv_sec, c_tv_nsec }> instance field 'c_tv_nsec':
expects <Signed>
got <INT>
.. v743 = setattr(v741, ('c_tv_nsec'), v742)
.. '(pypy.module._multiprocessing.interp_semaphore:247)semlock_acquire'
AFAICT the definition of struct timespec on Darwin is equivalent to {long, long}.
_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue603>
_______________________________________________________
More information about the Pypy-issue
mailing list