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 Blkph0x
Recipients Blkph0x
Date 2018-07-04.07:01:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530687720.09.0.56676864532.issue34039@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is a bug or maybe I'm seeing it wrong so I have a while loop witch collects data from a website json outs it into a list then does the same thing into a 2nd list then it calls the my comparing function and outputs the changes at 1st with only a while loop no call to function and would run no problem for days now I have changed it to collect all the data and now I'm getting limited to 1000 recursions I then attempted to alter the 100 limit witch works until seg fault now 

https://github.com/blkph0x/pyinator
History
Date User Action Args
2018-07-04 07:02:00Blkph0xsetrecipients: + Blkph0x
2018-07-04 07:02:00Blkph0xsetmessageid: <1530687720.09.0.56676864532.issue34039@psf.upfronthosting.co.za>
2018-07-04 07:02:00Blkph0xlinkissue34039 messages
2018-07-04 07:01:59Blkph0xcreate