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


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

Re: How to pass FILE *

Started byStefan Behnel <stefan_ml@behnel.de>
First post2012-09-29 11:19 +0200
Last post2012-09-29 11:19 +0200
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: How to pass FILE * Stefan Behnel <stefan_ml@behnel.de> - 2012-09-29 11:19 +0200

#30471 — Re: How to pass FILE *

FromStefan Behnel <stefan_ml@behnel.de>
Date2012-09-29 11:19 +0200
SubjectRe: How to pass FILE *
Message-ID<mailman.1611.1348910404.27098.python-list@python.org>
xDog Walker, 29.09.2012 10:45:
> On Friday 2012 September 28 21:27, you wrote:
>> A tiny bit of googling suggests the following approach:
>> http://stackoverflow.com/questions/3794309/python-ctypes-python-file-object
>> -c-file/3794401#3794401
> 
> Thanks for your response. 
> 
> My "tiny bit of Googling" brought no joy but I did try successfully the same 
> method suggested by Alex Martelli: use libc's fdopen to get a FILE * for 
> ctypes. I would have posted a reply to my own post but it didn't show up.

Given your second post on stackoverflow, you may also consider switching
from ctypes to Cython. It makes these things a bit more straight forward.

Stefan

[toc] | [standalone]


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


csiph-web