After a bit of a struggle I finally got RFFI working for a shared libary I
had compiled. I found a few strange discrepancies in the behavior of
ExternalCompilitionInfo on OSX I thought may benefit from fixes to make
behavior more consistent.
=== RPython Translation vs. Python Execution Strangeness
To further expand on the strangeness, when using my libsoftfloat.dylib file
and trying to create getters/setters to an internal variable
using rffi.CExternVariable, I get the following error:
File
"/Users/dmlockhart/vc/hg-opensource/pypy/rpython/rtyper/lltypesystem/ll2ctypes.py",
line 1169, in g
On June 22, 2015 10:17:24 AM CDT, Derek Lockhart
wrote:
>After a bit of a struggle I finally got RFFI working for a shared
>libary I
>had compiled. I found a few strange discrepancies in the behavior of
>ExternalCompilitionInfo on OSX I thought may benefit from fixes to make
>behavior more cons
Hi Derek,
On 22 June 2015 at 17:17, Derek Lockhart wrote:
> After a bit of a struggle I finally got RFFI working for a shared libary I
> had compiled. I found a few strange discrepancies in the behavior of
> ExternalCompilitionInfo on OSX I thought may benefit from fixes to make
> behavior more c