[PyPy-issue] [issue666] 'PyOS_sighandler_t' undeclared while compiling extension

ys pypy-dev-issue at codespeak.net
Wed Mar 9 18:58:31 CET 2011


New submission from ys <ysbalt at live.com>:

I am trying to install an old version rpy2 (that installs with CPython 2.5) with
pypy-c. During the build process, it says 
error: 'PyOS_sighandler_t' undeclared 

Apparently PyOS_sighandler_t is not in Python.h, but comes from pythonrun.h, I
couldn't find it anywhere in the pypy directory.

----------
effort: ???
messages: 2278
nosy: baltcode, pypy-issue
priority: bug
release: ???
status: unread
title: 'PyOS_sighandler_t' undeclared while compiling extension

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue666>
_______________________________________________________



More information about the Pypy-issue mailing list