Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'callback': 0.09; 'dan': 0.09; 'friday,': 0.09; 'subject:using': 0.09; 'subject:Help': 0.11; 'python': 0.11; '24,': 0.16; 'ctypes.': 0.16; 'subject:ctypes': 0.16; 'wrote:': 0.18; 'library': 0.18; 'implementing': 0.19; 'to:name:python-list@python.org': 0.22; 'received:65.55.116': 0.24; 'header:In-Reply-To:1': 0.27; 'skip:- 40': 0.29; 'url:mailman': 0.30; '(which': 0.31; 'ctypes': 0.31; 'url:python': 0.33; 'date:': 0.34; 'subject:with': 0.35; 'good.': 0.35; 'version': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'email addr:python.org': 0.37; 'to:addr:python-list': 0.38; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'new': 0.61; 'email addr:gmail.com': 0.63; 're:': 0.63; 'email name:python-list': 0.65; 'safer': 0.84; '2013': 0.98 X-TMN: [xDFsWGsbxarbJv0BEMvczqGgk8l5tOsJ] X-Originating-Email: [carlosnepomuceno@outlook.com] From: Carlos Nepomuceno To: "python-list@python.org" Subject: RE: Help with implementing callback functions using ctypes Date: Sun, 26 May 2013 21:43:28 +0300 Importance: Normal In-Reply-To: <8de1876e-c157-4012-9921-b981e079327d@googlegroups.com> References: <8931a89c-0d00-4c8b-ba19-cf683d8d266d@googlegroups.com>, <87mws4bsum.fsf@handshake.de>, , <8de1876e-c157-4012-9921-b981e079327d@googlegroups.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 26 May 2013 18:43:29.0161 (UTC) FILETIME=[EA0F6F90:01CE5A40] X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369593811 news.xs4all.nl 15863 [2001:888:2000:d::a6]:37305 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46100 https://cffi.readthedocs.org/en/release-0.6/=0A= =0A= ----------------------------------------=0A= > Date: Sun=2C 26 May 2013 09:12:10 -0700=0A= > Subject: Re: Help with implementing callback functions using ctypes=0A= > From: samjnaa@gmail.com=0A= > To: python-list@python.org=0A= >=0A= > On Friday=2C May 24=2C 2013 8:56:28 AM UTC+5:30=2C Dan Stromberg wrote:= =0A= >> Cython is good. So is the new cffi=2C which might be thought of as a=0A= >> safer (API-level) version of ctypes (which is ABI-level).=0A= >=0A= > Hi -- can you clarify what is this new CFFI and where I can get it? In th= e Python 3 library reference I seem to see only CTypes.=0A= > --=0A= > http://mail.python.org/mailman/listinfo/python-list =