This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients amaury.forgeotdarc, belopolsky, martin.panter, meador.inge, pitrou, unsec treedee
Date 2016-04-20.23:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461194860.42.0.236964291369.issue26810@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-04-20 23:27:40martin.pantersetrecipients: + martin.panter, amaury.forgeotdarc, belopolsky, pitrou, meador.inge, unsec treedee
2016-04-20 23:27:40martin.pantersetmessageid: <1461194860.42.0.236964291369.issue26810@psf.upfronthosting.co.za>
2016-04-20 23:27:40martin.panterlinkissue26810 messages
2016-04-20 23:27:40martin.pantercreate