[issue7835] Minor bug in 2.6.4 related to cleanup at end of program

2010-05-04 Thread cburroughs
Changes by cburroughs chris.burrou...@gmail.com: -- nosy: +cburroughs ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7835 ___ ___ Python-bugs-list

[issue7835] Minor bug in 2.6.4 related to cleanup at end of program

2010-02-10 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Committed in r78137 to trunk, r78138 py26, r78139 py3k, and r78140 py31. -- components: +Library (Lib) -Interpreter Core resolution: - fixed stage: patch review - committed/rejected status: open - closed

[issue7835] Minor bug in 2.6.4 related to cleanup at end of program

2010-02-10 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Fix modified to catch the case where the shutdown has also deleted module dictionary, at MAL's suggestion, in r78142. -- ___ Python tracker rep...@bugs.python.org

[issue7835] Minor bug in 2.6.4 related to cleanup at end of program

2010-02-07 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: I'd say go ahead and commit without test. -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7835 ___

[issue7835] Minor bug in 2.6.4 related to cleanup at end of program

2010-02-01 Thread Jesse Aldridge
Jesse Aldridge jessealdri...@gmail.com added the comment: I ran into an error while trying to use the shelve module. Alex Martelli seemed to think I was running into a python bug. He suggested I file a bug report. For more info see:

[issue7835] Minor bug in 2.6.4 related to cleanup at end of program

2010-02-01 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Here's a patch that fixes the problem for shelve. For the more general problem with Python shutdown and module cleanup, see issue 812369. I can come up with a sort-of unit test for this (setting _ClosedDict to None, calling close to