This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, rhettinger, serhiy.storchaka
Date 2014-12-15.21:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418679320.19.0.947774024876.issue22826@psf.upfronthosting.co.za>
In-reply-to
Content
The second patch raises "RuntimeError: maximum recursion depth exceeded" if the target file is exist.

      File "/home/berker/projects/cpython/default/Tools/freeze/bkfile.py", line 18, in close
        f.close()
    RuntimeError: maximum recursion depth exceeded
History
Date User Action Args
2014-12-15 21:35:20berker.peksagsetrecipients: + berker.peksag, rhettinger, serhiy.storchaka
2014-12-15 21:35:20berker.peksagsetmessageid: <1418679320.19.0.947774024876.issue22826@psf.upfronthosting.co.za>
2014-12-15 21:35:20berker.peksaglinkissue22826 messages
2014-12-15 21:35:20berker.peksagcreate