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 dwoodjunkmail
Recipients christian.heimes, dwoodjunkmail
Date 2021-03-08.21:31:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615239112.86.0.964670062322.issue43435@roundup.psfhosted.org>
In-reply-to
Content
Christian -

Thank you for this.  I did as you suggested however, I still have the same problem.  As I pointed out in my original message, the problem does not exist if I insert a sleep(1) statement prior to returning from the function.  Additional to that, I previously had printf('.') statement in place of the sleep statement.  When I ran 10,000 iterations in python and printed my pass/fail totals, I still had a few hundred dots print which tells me that there has to be some sort of timing or buffer transfer issue between c and python.  Does that make sense?
History
Date User Action Args
2021-03-08 21:31:52dwoodjunkmailsetrecipients: + dwoodjunkmail, christian.heimes
2021-03-08 21:31:52dwoodjunkmailsetmessageid: <1615239112.86.0.964670062322.issue43435@roundup.psfhosted.org>
2021-03-08 21:31:52dwoodjunkmaillinkissue43435 messages
2021-03-08 21:31:52dwoodjunkmailcreate