Issue 5662: py3k interpreter leak (original) (raw)

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]