From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21964 invoked by alias); 7 Oct 2009 19:37:32 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 21950 invoked by uid 22791); 7 Oct 2009 19:37:31 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4ACCEDF4.40901@redhat.com> Date: Wed, 07 Oct 2009 19:37:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3 MIME-Version: 1.0 To: Project Archer Subject: ping - Re: [rfc] Inferior Functions Calls and Python Values References: <4AA765E2.3080808@redhat.com> In-Reply-To: <4AA765E2.3080808@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2009-q4/txt/msg00003.txt.bz2 On 09/09/2009 09:22 AM, Phil Muldoon wrote: > This patch allows a Python value to become "callable", and to execute > any underlying function by means of an inferior function call. This > is implemented purely as a function that is registered within the call > field on the PyTypeObject. When a Python value is now called, the > arguments are converted into a list of values. This value list, along > with the value representing the function, is passed to the > call_method_by_hand function. It's been about a month, so ping on this patch Regards Phil