[Python-Dev] [Python-checkins] cpython: Add reference implementation for PEP 443 (original) (raw)
Łukasz Langa lukasz at langa.pl
Fri Jun 7 21:42:42 CEST 2013
- Previous message: [Python-Dev] [Python-checkins] cpython: Add reference implementation for PEP 443
- Next message: [Python-Dev] [Python-checkins] cpython: Add reference implementation for PEP 443
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 7 cze 2013, at 16:27, Thomas Wouters <thomas at python.org> wrote:
On Wed, Jun 5, 2013 at 3:20 AM, lukasz.langa <python-checkins at python.org> wrote: +from weakref import WeakKeyDictionary This isn't a new bug, but it's exposed by always importing weakref and atexit during interpreter startup. I'm wondering if that's really necessary :)
We can easily move the import inside singledispatch but I would much rather try fixing the actual bug. What do you think?
-- Best regards, Łukasz Langa
WWW: http://lukasz.langa.pl/ Twitter: @llanga IRC: ambv on #python-dev
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20130607/4ce89a3a/attachment.html>
- Previous message: [Python-Dev] [Python-checkins] cpython: Add reference implementation for PEP 443
- Next message: [Python-Dev] [Python-checkins] cpython: Add reference implementation for PEP 443
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]