Re: [pypy-dev] multiple versions of Python.h

2012-04-09 Thread Matti Picus
On 10/04/2012 7:46 AM, Matti Picus wrote: Two copies of Python.h exist: pypy\include\Python.h pypy\module\cpyext\include\Python.h When translating targetpypystandalone on win32, the created Makefile prefers the c

[pypy-dev] multiple versions of Python.h

2012-04-09 Thread Matti Picus
Two copies of Python.h exist: pypy\include\Python.h pypy\module\cpyext\include\Python.h When translating targetpypystandalone on win32, the created Makefile prefers the cpyext\include. It appears that the CConfig class used to create the Makefile is the one in module/cpyext/api.py (since I