[issue802310] tkFont may reuse font names

2012-04-03 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset a77e23135675 by Andrew Svetlov in branch 'default': Issue #802310: Generate always unique tkinter font names if not directly passed http://hg.python.org/cpython/rev/a77e23135675 -- nosy: +python-dev

[issue802310] tkFont may reuse font names

2012-04-03 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: I've pushed fix inspired by Guilherme's suggestion. Fix has been applied to 3.3 only because: 1. It changes font name generation schema 2. It's definitelly minor issue as exists starting from 2003. Thanks. -- resolution: -

[issue802310] tkFont may reuse font names

2012-04-02 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- assignee: - asvetlov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue802310 ___ ___

[issue802310] tkFont may reuse font names

2012-03-21 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- nosy: +asvetlov versions: +Python 3.3 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue802310 ___

[issue802310] tkFont may reuse font names

2010-08-18 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Patch is really simple and looks ok to me, can we get this committed please. -- nosy: +BreamoreBoy stage: - patch review type: - behavior versions: +Python 2.7, Python 3.1, Python 3.2 ___

[issue802310] tkFont may reuse font names

2009-06-21 Thread Guilherme Polo
Guilherme Polo ggp...@gmail.com added the comment: Uhm, now I'm getting it at around 3 iterations with python-trunk. So, can't we just use a simple generator for this ? Patch attached. The same could be done for widget and callback naming. -- keywords: +patch Added file:

[issue802310] tkFont may reuse font names

2008-04-04 Thread Guilherme Polo
Guilherme Polo [EMAIL PROTECTED] added the comment: This still happens, but around 2000 iterations here on newer Python versions (trunk, 3alpha, 2.5.x, 2.4.x). Using Python 1.6 I've got it at 2 iterations (min), but.. is this going to be fixed or given the amount of iterations needed nowadays