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 berker.peksag
Recipients Yang Big, amaury.forgeotdarc, belopolsky, berker.peksag, meador.inge, terry.reedy
Date 2017-11-08.15:08:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510153739.65.0.213398074469.issue31896@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Terry. Your code calls hi() in an infinite loop (why timespec is defined in hi()?), we don't know how clock_gettime(3) is implemented etc. (it should cleanup its own memory if it calls malloc()) etc. Please use python-list or StackOverflow for usage questions.
History
Date User Action Args
2017-11-08 15:08:59berker.peksagsetrecipients: + berker.peksag, terry.reedy, amaury.forgeotdarc, belopolsky, meador.inge, Yang Big
2017-11-08 15:08:59berker.peksagsetmessageid: <1510153739.65.0.213398074469.issue31896@psf.upfronthosting.co.za>
2017-11-08 15:08:59berker.peksaglinkissue31896 messages
2017-11-08 15:08:59berker.peksagcreate