Domande taggate «depth»

1
Python: profondità massima di ricorsione superata
Ho il seguente codice di ricorsione, ad ogni nodo chiamo query sql per far sì che i nodi appartengano al nodo padre. ecco l'errore: Exception RuntimeError: 'maximum recursion depth exceeded' in <bound method DictCursor.__del__ of <MySQLdb.cursors.DictCursor object at 0x879768c>> ignored RuntimeError: maximum recursion depth exceeded while calling a Python object …
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.