-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, can someone with more knowledge than me - I am thinking of Samuele and Armin here - look at pypy/dist/pypy/doc/ctypes-integration.txt and tell me and the other ctypes workers, wether the pointer representation is translateable?
Currently I am running into problems when I want to translate a function that returns a pointer to a strcuture. Michael gave a hint, telling me that returning a pointer won't work with the test wrapper., but if I change the function to return something differnt (False) the problem persists. I am talking about the tests in pypy/dist/pypy/rpython/rctypes/test/test_rctypes.py around line 423 (def test_compile_pointer_to_struct). Any help is welcome. Best regards, Gerald - -- GPG-Key: http://keyserver.veridis.com:11371/search?q=0xA140D634 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEA3KYEDg9cqFA1jQRAq46AJ4ormuSdskdAsIyIJM4lh9brcWv/wCfWdGj Qzet6bd2Zp36+vfK2+DZJ34= =zsrh -----END PGP SIGNATURE----- _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
