-----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-----
Hi Gerald, On Mon, Feb 27, 2006 at 10:43:53PM +0100, Gerald Klix wrote:
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?
Sorry, we discussed this via IRC during PyCon but I was away for holidays afterwards. Do the changes I made to ctypes-integration.txt still make sense? We pretty much broke all the tests while starting to refactor in the direction outlined there during the PyCon sprint, and left it at it, for which I apologize... A bientot, Armin
participants (2)
-
Armin Rigo
-
Gerald Klix