Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3a.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.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:code': 0.07; 'subject:using': 0.09; 'cc:addr:python-list': 0.10; 'gmt-05:00': 0.16; 'skip': 0.18; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'interfaces': 0.23; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.28; 'maybe': 0.31; 'subject:?': 0.34; 'received:google.com': 0.34; 'but': 0.36; 'url:org': 0.36; 'thanks': 0.36; 'subject:: ': 0.37; 'url:docs': 0.39; 'well.': 0.40; 'subject:with': 0.40; 'subject:Strategies': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=D/0zXtyx1/N3vT/xZj0p+r/4lddRCjY6uC/185vNq8k=; b=YMkBP9S8h8h9LpNTWzTXbVdJfgEtIWCra6hemjdeInklrzgqy5sssBOFXYIng0uZCU VLuVCEra2JBVWcYVuLTust8DOP2SkKhylmbmqPl1srwdhHf7hYmw+XeVe8lnrWeJpuhs IxFCLbCfLQYjYRD+71Wcv1SqPK/cl7fX0lVi2PcgRqekS8CaJzDz98lloeteIKm7EEbI dtYPq3yzcYpxS6WaW+ZsRpNMw8rwZpArWnlJNriap21K9uwCTkqMudhRuZb8I4apt/zG 8+dwM+5/JiRMN0worKRZgr29Dq/MyJwwsmIyt8LpmtgH0fxEMKdY2Y+ukwjTjk0GmcO/ 8tDw== MIME-Version: 1.0 X-Received: by 10.182.101.233 with SMTP id fj9mr7593902obb.72.1432314919553; Fri, 22 May 2015 10:15:19 -0700 (PDT) In-Reply-To: <87oalclf0d.fsf@nautilus.nautilus> References: <201505211706.t4LH6GY0006031@fido.openend.se> <87oalclf0d.fsf@nautilus.nautilus> Date: Fri, 22 May 2015 12:15:19 -0500 Subject: Re: Strategies for using cffi with C++ code? From: Skip Montanaro To: Lele Gaifax Cc: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432314927 news.xs4all.nl 2869 [2001:888:2000:d::a6]:44811 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91052 2015-05-22 12:05 GMT-05:00 Lele Gaifax : > Maybe http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html? Thanks for the reference, Lele. I was thinking in terms of cffi, but this might work as well. (Shouldn't cffi interfaces be the thinnest?) Skip