diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-11-27 10:16:55 -0800 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-11-27 10:16:55 -0800 |
commit | 6b78bed02946a6f2edddd417346d6705d462bee1 (patch) | |
tree | ec11dcddbbbc6bdd1432490015344b34040a316a /Python/pythonrun.c | |
parent | d1f4f90ad7d2624bb4e5a6d8b0a7f702c50e559a (diff) | |
download | cpython-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