New submission from George Yoshida <qui...@users.sourceforge.net>: In py3k interpreter, every time you hit enter, refcount is incremented one by one.
It looks like r70823 is the culprit. (tested with py3k:70823 and release30-maint:70831) Python 3.1a1+ (py3k:70823, Apr 2 2009, 10:21:55) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> [36297 refs] >>> [36298 refs] >>> [36299 refs] >>> [36300 refs] >>> [36301 refs] >>> [36302 refs] >>> [36303 refs] ---------- messages: 85129 nosy: quiver severity: normal status: open title: py3k interpreter leak versions: Python 3.0, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5662> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com