Message 335851 - Python tracker

Message335851

Author vstinner
Recipients vstinner
Date 2019-02-18.16:56:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550509012.25.0.668555833682.issue36024@roundup.psfhosted.org>
In-reply-to
Content
bug2.py: example simplified a little bit more. Changes:

* unittest is no longer used
* move local variables to globals, to make sure that memory is not released in any way during function calls
History
Date User Action Args
2019-02-18 16:56:52vstinnersetrecipients: + vstinner
2019-02-18 16:56:52vstinnersetmessageid: <1550509012.25.0.668555833682.issue36024@roundup.psfhosted.org>
2019-02-18 16:56:52vstinnerlinkissue36024 messages
2019-02-18 16:56:52vstinnercreate