From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130819 invoked by alias); 17 Dec 2015 15:05:24 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 130808 invoked by uid 89); 17 Dec 2015 15:05:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=github, Hx-languages-length:216, HTo:U*libffi-discuss X-HELO: mail-wm0-f43.google.com Received: from mail-wm0-f43.google.com (HELO mail-wm0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 17 Dec 2015 15:05:22 +0000 Received: by mail-wm0-f43.google.com with SMTP id p187so25108532wmp.1 for ; Thu, 17 Dec 2015 07:05:21 -0800 (PST) X-Received: by 10.194.209.170 with SMTP id mn10mr7391661wjc.170.1450364719095; Thu, 17 Dec 2015 07:05:19 -0800 (PST) Received: from [192.168.0.102] (77.119.128.222.wireless.dyn.drei.com. [77.119.128.222]) by smtp.googlemail.com with ESMTPSA id ej10sm10848122wjd.32.2015.12.17.07.05.17 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Dec 2015 07:05:17 -0800 (PST) To: libffi-discuss@sourceware.org From: Richard Plangger Subject: s390x ffi_closure_helper_SYSV Message-ID: <5672CF2D.2030401@gmail.com> Date: Thu, 17 Dec 2015 15:05:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015/txt/msg00101.txt.bz2 Hi, I hit an issue with libffi that was included in CPython 2.7.10. Here is the github issue: https://github.com/atgreen/libffi/pull/216 Let me know what you think. Cheers, Richard