New issue 2925: Don't use module dicts for function.__kw_defaults__
https://bitbucket.org/pypy/pypy/issues/2925/dont-use-module-dicts-for

Carl Friedrich Bolz-Tereick:

It's not safe to use a module dict for the ``function.__kw_defaults__`` 
dictionary, because that will promote itself on reads, but every closure 
creates a new such dict. I suppose other uses of moduledict should be checked 
for the same problem.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to