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 kunduruanil
Recipients kunduruanil
Date 2019-01-16.08:18:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547626702.61.0.971998033647.issue35750@roundup.psfhosted.org>
In-reply-to
Content
function contains of long loop each iteration it will do get data from different website using request.get and do analysis, loop will take one minute for 10 iteration.
after completed some 100 to 400 iteration it will exit with process finished with exit code -1073740940 (0xc0000374) do no what is this unexpected behavior!
History
Date User Action Args
2019-01-16 08:18:26kunduruanilsetrecipients: + kunduruanil
2019-01-16 08:18:22kunduruanilsetmessageid: <1547626702.61.0.971998033647.issue35750@roundup.psfhosted.org>
2019-01-16 08:18:22kunduruanillinkissue35750 messages
2019-01-16 08:18:22kunduruanilcreate