タグ付けされた質問 「depth」

1
Python:最大再帰深度を超えました
次の再帰コードがあります。各ノードでSQLクエリを呼び出して、ノードが親ノードに属していることを確認します。 ここにエラーがあります: 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 Exception AttributeError: "'DictCursor' object has no attribute 'connection'" in <bound method DictCursor.__del__ of <MySQLdb.cursors.DictCursor object at 0x879776c>> ignored SQLの結果を取得するために呼び出すメソッド: def returnCategoryQuery(query, variables={}): …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.