[issue34039] Loop limited to 1000

Benjamin Gear report at bugs.python.org
Wed Jul 4 03:02:00 EDT 2018


New submission from Benjamin Gear <blkph0x at gmail.com>:

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

----------
messages: 321013
nosy: Blkph0x
priority: normal
severity: normal
status: open
title: Loop limited to 1000
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34039>
_______________________________________


More information about the Python-bugs-list mailing list