| Store | Cart

Re: [Python-Dev] libffi embedded in CPython

From: Paul Moore <p.f....@gmail.com>
Wed, 25 Mar 2015 08:15:18 +0000
On 25 March 2015 at 08:05, Maciej Fijalkowski <fij...@gmail.com> wrote:
> Linux crashes. The mechanism for detecting the number of arguments is> only available on windows (note that this is a band-aid anyway, since> if your arguments are of the wrong kind you segfault anyway). We do> have two copies of libffi one for windows one for unix anyway, don't> we?

Yes, this is in relation to looking at whether we can just use the
upstream libffi directly on Windows. It looks like we guarantee a
ValueError for the wrong number of arguments on Windows and upstream
libffi doesn't give a way to detect that, so there may be a backward
compatibility issue in doing so.

Thanks for checking for me.
Paul
_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Brett Cannon Mar 11, 2015 05:27 pm
Antoine Pitrou Mar 11, 2015 05:50 pm
Maciej Fijalkowski Mar 11, 2015 05:54 pm
Antoine Pitrou Mar 11, 2015 06:05 pm
Antoine Pitrou Mar 11, 2015 06:17 pm
Maciej Fijalkowski Mar 11, 2015 09:13 pm
francis Mar 14, 2015 11:34 am
Maciej Fijalkowski Mar 11, 2015 09:10 pm
Antoine Pitrou Mar 11, 2015 10:31 pm
Maciej Fijalkowski Mar 11, 2015 10:33 pm
Paul Moore Mar 11, 2015 10:55 pm
Antoine Pitrou Mar 11, 2015 11:11 pm
Wes Turner Mar 11, 2015 06:31 pm
Maciej Fijalkowski Mar 11, 2015 09:11 pm
Paul Moore Mar 11, 2015 05:56 pm
Victor Stinner Mar 11, 2015 09:34 pm
Maciej Fijalkowski Mar 11, 2015 09:45 pm
Paul Moore Mar 11, 2015 10:03 pm
Brett Cannon Mar 11, 2015 10:20 pm
Antoine Pitrou Mar 11, 2015 10:28 pm
Maciej Fijalkowski Mar 11, 2015 10:31 pm
Guido van Rossum Mar 12, 2015 12:20 am
Brett Cannon Mar 12, 2015 02:05 pm
Thomas Wouters Mar 12, 2015 02:25 pm
Matthias Klose Mar 14, 2015 02:42 pm
Zachary Ware Mar 12, 2015 02:39 pm
Brett Cannon Mar 12, 2015 05:26 pm
Paul Moore Mar 12, 2015 05:44 pm
Zachary Ware Mar 12, 2015 06:54 pm
Paul Moore Mar 12, 2015 07:13 pm
Paul Moore Mar 24, 2015 09:31 pm
Maciej Fijalkowski Mar 25, 2015 08:05 am
Paul Moore Mar 25, 2015 08:15 am
Antoine Pitrou Mar 25, 2015 09:09 am
Paul Moore Mar 25, 2015 09:22 am
Antoine Pitrou Mar 25, 2015 09:30 am
Zachary Ware Mar 25, 2015 01:36 pm
Steve Dower Mar 25, 2015 03:57 pm
Nick Coghlan Mar 26, 2015 02:28 am
Zachary Ware Mar 26, 2015 02:40 am
Nick Coghlan Mar 26, 2015 03:18 am
Ned Deily Mar 12, 2015 06:35 pm
Maciej Fijalkowski Mar 12, 2015 07:36 pm
Thomas Wouters Mar 12, 2015 07:58 pm
Messages in this thread