leepro / yappi

Automatically exported from code.google.com/p/yappi
MIT License
0 stars 0 forks source link

bytesobject.h not found (python 2.5) #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compile yappi for Python 2.5 and got a compile error.

Original issue reported on code.google.com by sum...@gmail.com on 30 May 2011 at 8:43

GoogleCodeExporter commented 9 years ago
Just add a Py3k check before the include.

#ifdef IS_PY3K
#include "bytesobject.h"
#endif

Latest repository has been updated.

Original comment by sum...@gmail.com on 30 May 2011 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by sum...@gmail.com on 30 May 2011 at 8:45