[PyPy-issue] [issue602] structmember.h missing definitions

Tom Burdick pypy-dev-issue at codespeak.net
Mon Dec 6 17:32:53 CET 2010


New submission from Tom Burdick <thomas.burdick at gmail.com>:

T_BOOL, T_DOUBLE, T_FLOAT, T_PYSSIZET among other definitions are missing in 
structmember.h preventing pyev from compiling. I believe this is the last 
missing piece to getting this to work.

This looks like a pretty easy fix and I tried hacking a patch together myself.
Adding the definitions to structmemberdef.py and adding the else conditions to 
structmember.py in cpyext is what I've done, though how "right" I've done it is 
questionable as I'm not familiar with rpython at all.

----------
effort: easy
files: structtypes.diff
messages: 1954
nosy: bfrog, pypy-issue
priority: bug
release: ???
status: unread
title: structmember.h missing definitions

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue602>
_______________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: structtypes.diff
Type: text/x-patch
Size: 1655 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-issue/attachments/20101206/03317d9b/attachment.bin>


More information about the Pypy-issue mailing list