]> granicus.if.org Git - python/commit
Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code...
authorMichael Foord <michael@python.org>
Tue, 15 Mar 2011 23:20:44 +0000 (19:20 -0400)
committerMichael Foord <michael@python.org>
Tue, 15 Mar 2011 23:20:44 +0000 (19:20 -0400)
commitdcebe0f2dca40a22654c5f09ce1bd141419ea8d3
treecb76f16fb999a3ac559cdfdf996ad3eef90ac8df
parentc867239a3121a51102d99c9bc1dbdf30566b0cbe
Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution
Doc/library/inspect.rst
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS