]> granicus.if.org Git - python/commit
Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).
authorÉric Araujo <merwok@netwok.org>
Tue, 29 Nov 2011 15:58:53 +0000 (16:58 +0100)
committerÉric Araujo <merwok@netwok.org>
Tue, 29 Nov 2011 15:58:53 +0000 (16:58 +0100)
commita74f8ef419d2c7c5f398a80165f8d8fd5e4d7b8e
tree70524b8d668bbe4695982cef03dcba9d1aa28a1f
parentc4d7d8c49d3a78fc7eeb19588a9f44a74bec71e1
Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).

This fixes a regression compared to 2.x, where sys.modules.items()
returns a copy, as indicated by a comment in the source.  Diagnosis and
patch by Erik Tollerud.
Lib/inspect.py
Misc/ACKS
Misc/NEWS