Closed GoogleCodeExporter closed 9 years ago
http://code.google.com/p/pyv8/source/detail?r=144
The root cause is pyv8 use PyNumber_Check to automatic convert python number,
but the function will return true for any classic style object. So, I just use
PyFloat_CheckExact instead of it.
Original comment by flier...@gmail.com
on 19 Sep 2009 at 3:47
Original comment by flier...@gmail.com
on 19 Sep 2009 at 3:48
Original issue reported on code.google.com by
luke.lei...@gmail.com
on 18 Sep 2009 at 5:00