[issue1838] Ctypes C-level infinite recursion
Alex
report at bugs.python.org
Mon Sep 20 02:14:41 CEST 2010
Alex <alex.gaynor at gmail.com> added the comment:
No need to solve the halting problem, just to detect a cycle in data. I've got a patch, however it requires objects to be hashable. Another case for identity dict I suppose :) Not sure if that's a reasonable requirement, in any event, proof of concept patch, against trunk.
----------
keywords: +patch
Added file: http://bugs.python.org/file18933/python_recursive_as_parameter.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1838>
_______________________________________
More information about the Python-bugs-list
mailing list