Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3k interpreter leak #49912

Closed
quiver mannequin opened this issue Apr 2, 2009 · 2 comments
Closed

py3k interpreter leak #49912

quiver mannequin opened this issue Apr 2, 2009 · 2 comments

Comments

@quiver
Copy link
Mannequin

quiver mannequin commented Apr 2, 2009

BPO 5662
Nosy @benjaminp

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2009-04-02.01:52:31.691>
created_at = <Date 2009-04-02.01:30:56.510>
labels = []
title = 'py3k interpreter leak'
updated_at = <Date 2009-04-02.01:52:31.676>
user = 'https://bugs.python.org/quiver'

bugs.python.org fields:

activity = <Date 2009-04-02.01:52:31.676>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2009-04-02.01:52:31.691>
closer = 'benjamin.peterson'
components = []
creation = <Date 2009-04-02.01:30:56.510>
creator = 'quiver'
dependencies = []
files = []
hgrepos = []
issue_num = 5662
keywords = []
message_count = 2.0
messages = ['85129', '85135']
nosy_count = 2.0
nosy_names = ['quiver', 'benjamin.peterson']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue5662'
versions = ['Python 3.0', 'Python 3.1']

@quiver
Copy link
Mannequin Author

quiver mannequin commented Apr 2, 2009

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]

@benjaminp
Copy link
Contributor

Fixed in r71018.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant