[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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: +Interpreter Core -Windows
nosy: +eric.smith
resolution:  -> third party
stage:  -> test needed
status: open -> pending
type: compile error -> crash

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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:
https://github.com/l3alr0g/Wave-simulator/tree/python-bug-report
(sry I couldn't get the 'Github PR' option to work)

--
components: Windows
messages: 349158
nosy: Philippe Négrel, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: int returns error (SystemError)
type: compile error
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com