<div dir="ltr">Here is a link to a function that buggs me.<div><a href="https://github.com/magniff/rere/blob/master/rere/vm/vm_main.py#L110">https://github.com/magniff/rere/blob/master/rere/vm/vm_main.py#L110</a><br></div><div>I am using this headers for CFFI:</div><div><a href="https://github.com/magniff/rere/blob/master/rere/build/vm_headers.h">https://github.com/magniff/rere/blob/master/rere/build/vm_headers.h</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-07-10 17:03 GMT+03:00 Aleksandr Koshkin <span dir="ltr"><<a href="mailto:tinysnippets@gmail.com" target="_blank">tinysnippets@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Sup, guys.<div>I want my rpython function to be invokable from outside world specifically be python. I have wrapped my function with entrypoint_highlevel and it appeared in shared object. So far so good. As a first argument this function takes a pointer to a C struct, and there is a problem. I have precisely recreated this struct in RPython as a lltypes.Struct (not rffi.CStruct) and annotated by this object my entrypoint signature, but it seams that some fields of the passed struct are messed up (shifted basically). Could it be because I used Struct instead of CStruct? I am using CFFI as a binding generator.<span class="HOEnZb"><font color="#888888"><br clear="all"><div><br></div>-- <br><div class="m_6860513988577612600gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Kind regards, Aleksandr Koshkin.</div></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Kind regards, Aleksandr Koshkin.</div></div>
</div>