Passing FILE * types using ctypes

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Wed Mar 10 16:57:15 EST 2010


In message <7vbrveFegeU1 at mid.individual.net>, Gregory Ewing wrote:

> If you need the same FILE * that Python is using, you
> may need to use ctypes to extract it out of the file
> object.

Why would Python be using a FILE *?



More information about the Python-list mailing list