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 ale2017
Recipients ale2017, ezio.melotti
Date 2017-04-15.05:46:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <6b4f0011-63a0-762f-2eaf-cdb241c86771@tana.it>
In-reply-to <1492191869.2.0.451850637937.issue30011@psf.upfronthosting.co.za>
Content
On Fri 14/Apr/2017 19:44:29 +0200 Serhiy Storchaka wrote:
> 
> Changes by Serhiy Storchaka <storchaka+cpython@gmail.com>:
> 
> 
> ----------
> pull_requests: +1272

Thank you for your fix, Serhiy.  It makes the class behave consistently.
 However, busy processes are going to concurrently build multiple
temporary entitydefs objects before one of them wins, which is probably
worse than the greedy starting that such lazy initialization tries to
avoid in the first place.  Doesn't that design deserve a comment in the
code, at least?

Greetings
Ale
History
Date User Action Args
2017-04-15 05:46:47ale2017setrecipients: + ale2017, ezio.melotti
2017-04-15 05:46:47ale2017linkissue30011 messages
2017-04-15 05:46:46ale2017create