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
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