[issue37783] int returns error (SystemError)

2019-08-07 Thread Philippe Négrel
Philippe Négrel added the comment: My bad the compilation Error came from the panda3d engine, which affected in some way the int class, issue solved, sry for wasting your time X) -- resolution: third party -> not a bug stage: test needed -> resolved status: pending -> closed

[issue37783] int returns error (SystemError)

2019-08-07 Thread Eric V. Smith
Eric V. Smith added the comment: This looks like a problem in pandas. If you can distill this down to a short python program that doesn't include any third party libraries, then we can take a look at it. Otherwise, I suggest reporting it on the pandas bug tracker. -- components:

[issue37783] int returns error (SystemError)

2019-08-07 Thread Philippe Négrel
New submission from Philippe Négrel : Whenever I compile the code, I get this error: Exception has occurred: SystemError returned a result with an error set This issue occured at line 32 of the file "SaveTools.py" in this github branch: