Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91052
| 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 | <skip.montanaro@gmail.com> |
| 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 | <skip.montanaro@gmail.com> <CANc-5UyK4+jAxZ_WDnEbM7RgAQk=k2uKJs8a=m1phGeb8DfAYQ@mail.gmail.com> <201505211706.t4LH6GY0006031@fido.openend.se> <CANc-5UyBC-vw_+Og-1gea9YXubpATezsOmNf58AKKgb0swBP9A@mail.gmail.com> <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 <skip.montanaro@gmail.com> |
| To | Lele Gaifax <lele@metapensiero.it> |
| Cc | Python <python-list@python.org> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.227.1432314927.17265.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
2015-05-22 12:05 GMT-05:00 Lele Gaifax <lele@metapensiero.it>: > 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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Strategies for using cffi with C++ code? Skip Montanaro <skip.montanaro@gmail.com> - 2015-05-22 12:15 -0500
csiph-web