Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10367

Re: seeking an example on C extension works in python 3.1.x or above

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python.': 0.04; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'api': 0.11; 'subject:python': 0.12; 'wrote:': 0.15; 'pypi.': 0.16; 'reedy': 0.16; 'subject:example': 0.16; 'windows?': 0.16; 'pm,': 0.16; 'written': 0.17; 'jan': 0.19; 'extension': 0.22; 'header:In-Reply- To:1': 0.22; 'trying': 0.23; 'gcc': 0.23; 'code': 0.24; 'modules': 0.25; 'windows': 0.26; 'pass': 0.28; 'compile': 0.29; 'example': 0.30; 'done,': 0.32; 'to:addr:python-list': 0.34; 'header:X -Complaints-To:1': 0.34; 'header:User-Agent:1': 0.34; 'there': 0.34; 'open': 0.37; 'using': 0.37; 'received:org': 0.38; 'subject:: ': 0.38; 'hello,': 0.38; 'perhaps': 0.39; 'header:Mime- Version:1': 0.39; 'under': 0.39; 'to:addr:python.org': 0.39; 'extend': 0.40; 'ever': 0.65; 'believe': 0.66; 'succeed': 0.73; 'hundred': 0.76; 'different.': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: seeking an example on C extension works in python 3.1.x or above
Date Tue, 26 Jul 2011 22:58:42 -0400
References <20110727080557.194B.1CBB3534@gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-74-109-121-73.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11
In-Reply-To <20110727080557.194B.1CBB3534@gmail.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1524.1311735538.1164.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1311735538 news.xs4all.nl 23894 [2001:888:2000:d::a6]:33643
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:10367

Show key headers only | View raw


On 7/26/2011 8:06 PM, llwaeva@gmail.com wrote:
> Hello,
>    I have been searching the example on C extension that works in python
> 3.1.x

All the stdlib modules written in C. These are extension modules that 
come with Python. There are perhaps a hundred more on PyPI.

> Can any one who ever succeed to  compile
> the any example to extend python (3.1 +) with C API under windows?
> I am using windows 64bit + VC2010 and gcc  mingw.

Use VC2008. Mingw is problematical, though it has been done, I believe 
not trying to pass open files between vc code and gcc code is one 
requirement, as the stdio layouts are different.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: seeking an example on C extension works in python 3.1.x or above Terry Reedy <tjreedy@udel.edu> - 2011-07-26 22:58 -0400

csiph-web