Re: [Python-Dev] Better module shutdown procedure

2009-10-16 Thread Amaury Forgeot d'Arc
2009/10/16 Neil Schemenauer n...@arctrix.com: After some experimentation I realize this idea is not ready yet. The main problem comes from references to Python objects that modules keep but don't expose to the garbage collector. For example, gcmodule.c has a static pointer tmod that is a

Re: [Python-Dev] Better module shutdown procedure

2009-10-16 Thread Benjamin Peterson
2009/10/16 Amaury Forgeot d'Arc amaur...@gmail.com: 2009/10/16 Neil Schemenauer n...@arctrix.com: After some experimentation I realize this idea is not ready yet. The main problem comes from references to Python objects that modules keep but don't expose to the garbage collector. For example,

[Python-Dev] Summary of Python tracker Issues

2009-10-16 Thread Python tracker
ACTIVITY SUMMARY (10/09/09 - 10/16/09) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 2468 open (+37) / 16504 closed (+20) / 18972 total (+57) Open issues with patches: 982

[Python-Dev] Tkinter script crashes Python 3.1

2009-10-16 Thread Gregor Lingl
I've written a small Tkinter-Script, that crashes Python 3.1 (but not Python 2.6) without any specific rrror message. When started from within IDLE, the failing of the script also closes IDLE. (This is the case under Windows, Mac OS X and Linux (teted with Ubuntu 9.04)) Bug-Tracker Issue 6717