This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author quiver
Recipients quiver
Date 2009-04-02.01:30:55
SpamBayes Score 2.603737e-06
Marked as misclassified No
Message-id <1238635857.67.0.0527294444116.issue5662@psf.upfronthosting.co.za>
In-reply-to
Content
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]
History
Date User Action Args
2009-04-02 01:30:57quiversetrecipients: + quiver
2009-04-02 01:30:57quiversetmessageid: <1238635857.67.0.0527294444116.issue5662@psf.upfronthosting.co.za>
2009-04-02 01:30:56quiverlinkissue5662 messages
2009-04-02 01:30:55quivercreate