Martin Panter added the comment:

You should write your program so that it does not release objects until they 
are no longer needed, then it can handle the garbage collector running at any 
time. But it is not clear to me what your offending null pointer is. Your code 
has lots of pointers that could be null.

Can you provide a complete demonstration, perhaps using a standard function 
such as libc.printf, rather than your arbitrary function?

----------
nosy: +martin.panter
stage:  -> test needed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26810>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to