[pypy-issue] [issue1226] ctypes: Cygwin fixes

Yaakov Selkowitz tracker at bugs.pypy.org
Fri Aug 3 11:10:49 CEST 2012


New submission from Yaakov Selkowitz <yselkowitz at users.sourceforge.net>:

The attached patch fixes ctypes for Cygwin:
1) with pypy, the pythonapi symbols are in the interpreter itself, not a separate 
libpython.
2) implement ctypes.util.find_library("foo") on Cygwin; we use an identical patch 
for CPython and should eventually land upstream.

----------
messages: 4633
nosy: pypy-issue
priority: bug
status: unread
title: ctypes: Cygwin fixes

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1226>
________________________________________


More information about the pypy-issue mailing list