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 orsenthil
Recipients belopolsky, giampaolo.rodola, orsenthil, vajrasky
Date 2016-01-11.14:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452522486.99.0.879844550661.issue22642@psf.upfronthosting.co.za>
In-reply-to
Content
I reviewed the patch. It looks like the problem is not just with list functions but with other options too. Like.

$ ./python.exe -m trace -t
$ ./python.exe -m trace -c
$ ./python.exe -m trace -T

Will throw the same error. So, any changes should address all these cases instead of a single listfunctions (-l) case only.
History
Date User Action Args
2016-01-11 14:28:07orsenthilsetrecipients: + orsenthil, belopolsky, giampaolo.rodola, vajrasky
2016-01-11 14:28:06orsenthilsetmessageid: <1452522486.99.0.879844550661.issue22642@psf.upfronthosting.co.za>
2016-01-11 14:28:06orsenthillinkissue22642 messages
2016-01-11 14:28:06orsenthilcreate