I have found out that on my PC, a certain method is represented as <cyfunction <lambda> at 0x06DD02A0>
, while on a CentOS server, it's <cyfunction lambda1 at 0x1df3050>
. I believe this is the cause for a very obscure downstream error with a different package.
Why is it different? What is its meaning? Can I turn one to the other?
Details: I see this when looking at pandas.algos._return_false
. Both PC and server has python 2.7.6, same version of pandas (0.14.1), and cython 0.20.2. The PC is running Win 7, server is CentOS 6.5.