[issue1178863] Variable.__init__ uses self.set(), blocking specialization

2012-03-13 Thread Martin v . Löwis
Martin v. Löwis added the comment: Thanks for the patch. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue1178863] Variable.__init__ uses self.set(), blocking specialization

2012-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 79bb99ec2464 by Martin v. Löwis in branch 'default': Issue #1178863: Separate initialisation from setting when initializing http://hg.python.org/cpython/rev/79bb99ec2464 -- nosy: +python-dev ___ Python t

[issue1178863] Variable.__init__ uses self.set(), blocking specialization

2012-03-12 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue1178863] Variable.__init__ uses self.set(), blocking specialization

2012-03-12 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- keywords: +patch versions: +Python 3.3 -Python 3.2 Added file: http://bugs.python.org/file24806/tk.patch ___ Python tracker ___ _

[issue1178863] Variable.__init__ uses self.set(), blocking specialization

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: loewis -> gpolo nosy: +gpolo versions: +Python 3.2 -Python 2.7 ___ Python tracker ___ ___ Py