[issue16352] Error call

2012-10-28 Thread R. David Murray
Changes by R. David Murray : -- resolution: rejected -> invalid ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16352] Error call

2012-10-28 Thread James Lu
James Lu added the comment: srry -- resolution: invalid -> rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue16352] Error call

2012-10-28 Thread R. David Murray
R. David Murray added the comment: It should print 'y'. And it does for me. If you have questions about this, you might want to try the python-tutors list. -- nosy: +r.david.murray resolution: -> invalid stage: -> committed/rejected status: open -> closed type: performance -> _

[issue16352] Error call

2012-10-28 Thread James Lu
Changes by James Lu : -- versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue16352] Error call

2012-10-28 Thread James Lu
New submission from James Lu: >>>x="y" >>>y=x >>>x=y >>>print x x >>>print y x It should raise a RuntimeError -- components: None messages: 174086 nosy: James.Lu priority: normal severity: normal status: open title: Error call type: performance versions: Python 2.6 _