[issue2957] recursion limit exceeded when importing .pyc module

Haoyu Bai report at bugs.python.org
Sat May 24 12:50:11 CEST 2008


New submission from Haoyu Bai <divinekid at gmail.com>:

To reproduce the bug, save the uploaded huge.py, then import the module
twice:

$ python3 -c 'import huge'
$ python3 -c 'import huge'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ValueError: recursion limit exceeded

But there's no such problem in Python 2.5.2.

----------
components: Interpreter Core
files: huge.py
messages: 67290
nosy: bhy
severity: normal
status: open
title: recursion limit exceeded when importing .pyc module
type: behavior
versions: Python 3.0
Added file: http://bugs.python.org/file10423/huge.py

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2957>
__________________________________


More information about the Python-bugs-list mailing list