[Cython] PyBool_CheckExact not found

Hoyt Koepke hoytak at cs.ubc.ca
Sun Mar 1 18:51:09 CET 2009


Hello,

I'm using the latest pull from cython-dev, 1800:e8b5a8e5da3d, with
python 2.5.4, and some of my code calls PyBool_CheckExact.  However,
this doesn't seem to be defined anywhere.  When I compile it with gcc,
it warns that the symbol is defined implicitly, and trying to load it
results in an import error saying it's an undefined symbol.

I'll try to get a specific example together where it happens and file
a bug report, but it seems like a simple-to-fix version issue here.

--Hoyt


-- 

++++++++++++++++++++++++++++++++++++++++++++++++
+ Hoyt Koepke
+ University of Washington Department of Statistics
+ http://www.stat.washington.edu/~hoytak/
+ hoytak at gmail.com
++++++++++++++++++++++++++++++++++++++++++


More information about the Cython-dev mailing list