summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-11-27 10:16:55 -0800
committerGregory P. Smith <greg@krypto.org>2012-11-27 10:16:55 -0800
commit6b78bed02946a6f2edddd417346d6705d462bee1 (patch)
treeec11dcddbbbc6bdd1432490015344b34040a316a /Python/pythonrun.c
parentd1f4f90ad7d2624bb4e5a6d8b0a7f702c50e559a (diff)
downloadcpython-6b78bed02946a6f2edddd417346d6705d462bee1.tar.gz
Plug a leak in timemodule. The module dictionary is saved during
initialization. If the interpreter is shut down and reinitialized (embedded CPython), the old module dictionary was not dec-refed during the next import of the time extension module. Contributed by Torsten Marek of Google.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions