[New-bugs-announce] [issue16352] Error call

James Lu report at bugs.python.org
Mon Oct 29 00:18:19 CET 2012


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

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16352>
_______________________________________


More information about the New-bugs-announce mailing list