Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 13c94747c74437e594b7fc242ff7da668e81887c authored by Ned Deily on 15 August 2020, 05:20:16 UTC
3.7.9
Tip revision: 13c9474
3.7.7.rst
.. bpo: 13487
.. date: 2020-03-04-16-10-59
.. nonce: gqe4Fb
.. release date: 2020-03-10
.. section: Library

Avoid a possible *"RuntimeError: dictionary changed size during iteration"*
from :func:`inspect.getmodule` when it tried to loop through
:attr:`sys.modules`.

..

.. bpo: 17422
.. date: 2020-02-27-17-35-27
.. nonce: eS1hVh
.. section: Documentation

The language reference no longer restricts default class namespaces to dicts
only.
back to top