Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Handling Python Fatal Error
Post: RE: Handling Python Fatal Error

Sorry for reviving an old thread. I just figured out what this error means after many hours of digging, and it frustrates me that I couldn't find good documentation on the error itself. This seems lik...
Tails86 General Coding Help 7 5,935 Oct-14-2021, 01:34 PM
    Thread: I need help with a "deallocating none" error
Post: RE: I need help with a "deallocating none" error

I may have found a bug in swig-generated code!? Py_None is being returned here without calling Py_INCREF. Fixing that still doesn't correct my issue, but it seems like something like this would be the...
Tails86 General Coding Help 3 4,022 Oct-13-2021, 10:02 PM
    Thread: I need help with a "deallocating none" error
Post: RE: I need help with a "deallocating none" error

Sometimes it helps me to type things out so it gets me to think more critically. That's rubber duck debugging for you. Sorry for all the chatter just from me. It occurred to me that this is most like...
Tails86 General Coding Help 3 4,022 Oct-13-2021, 08:06 PM
    Thread: I need help with a "deallocating none" error
Post: RE: I need help with a "deallocating none" error

Of course None is an object which doesn't map to NULL in C, so that clears up some of my confusion there. The question is, what could I have done which would make something None in the Python local va...
Tails86 General Coding Help 3 4,022 Oct-13-2021, 05:16 PM
    Thread: I need help with a "deallocating none" error
Post: I need help with a "deallocating none" error

I've been trying to track down an issue with some Python code compiled from C (using swig). I've spent days trying to debug this in the python debugger and gdb, and I have hit a wall **wall** Any so...
Tails86 General Coding Help 3 4,022 Oct-13-2021, 01:55 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020