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 vstinner
Recipients ccomb, flox, vstinner
Date 2010-05-17.15:13:02
SpamBayes Score 3.0455494e-06
Marked as misclassified No
Message-id <1274109184.33.0.316822005885.issue8740@psf.upfronthosting.co.za>
In-reply-to
Content
What is the problem?

$ python3.1
Python 3.1.2 (r312:79147, Apr 21 2010, 23:52:07) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys, pdb; sys.setfilesystemencoding('iso8859-7'); pdb.set_trace()
--Return--
> <stdin>(1)<module>()->None
(Pdb) 

Where is the infinite loop?
History
Date User Action Args
2010-05-17 15:13:04vstinnersetrecipients: + vstinner, flox, ccomb
2010-05-17 15:13:04vstinnersetmessageid: <1274109184.33.0.316822005885.issue8740@psf.upfronthosting.co.za>
2010-05-17 15:13:02vstinnerlinkissue8740 messages
2010-05-17 15:13:02vstinnercreate