New submission from Benjamin Gear <blkp...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34039>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to