[New-bugs-announce] [issue12902] help("modules") executes module code

dronus report at bugs.python.org
Mon Sep 5 21:31:23 CEST 2011


New submission from dronus <paul.geisler at web.de>:

When running help("modules"), some code of the modules seems to be run. For example, on my Gnome system KWallet  configuration GUI pops up and stalls further opereation. I think no one expect help("modules") run abitrary code instead of just outputting a list of modules.

----------
components: None
messages: 143556
nosy: dronus
priority: normal
severity: normal
status: open
title: help("modules") executes module code
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12902>
_______________________________________


More information about the New-bugs-announce mailing list