Hello, I am using Spyder 2.3.4, Cython 0.22, python 3.4. The problem described below occurs on both Linux 64-bits and Windows 64-bits.
I seem to have encountered a conflict between Spyder's UMD and Cython's fused types. When running from the IDE with UMD enabled, a Cython function that uses fused types gets the following error from the second run onwards: SystemError: /builddir/build/BUILD/Python-3.4.2/Objects/moduleobject.c:205: bad argument to internal function Cython functions that don't use fused types are fine. If I disable UMD, the fused types functions also work fine. Here's minimal code that displays the problem. https://gist.github.com/pijyoi/b5e29d342ace1eec9068 Is this a Cython or a Spyder issue? -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
