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


Groups > comp.lang.python > #10367 > unrolled thread

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

Started byTerry Reedy <tjreedy@udel.edu>
First post2011-07-26 22:58 -0400
Last post2011-07-26 22:58 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

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

FromTerry Reedy <tjreedy@udel.edu>
Date2011-07-26 22:58 -0400
SubjectRe: seeking an example on C extension works in python 3.1.x or above
Message-ID<mailman.1524.1311735538.1164.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web