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.
Created on 2011年09月20日 14:53 by Suman.Saha, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| python_patch3 | Suman.Saha, 2011年09月20日 14:53 | Patch | review | |
| Messages (4) | |||
|---|---|---|---|
| msg144332 - (view) | Author: Suman Saha (Suman.Saha) | Date: 2011年09月20日 14:53 | |
Something that is allocated using PyDict_Type.tp_repr is not freed on one error path. |
|||
| msg144495 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2011年09月24日 08:32 | |
Looks correct but awkwardly indented. |
|||
| msg153385 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年02月15日 01:50 | |
New changeset 86adb5c7a9d4 by Antoine Pitrou in branch '3.2': Issue #13015: Fix a possible reference leak in defaultdict.__repr__. http://hg.python.org/cpython/rev/86adb5c7a9d4 New changeset 7cfce717ceee by Antoine Pitrou in branch 'default': Issue #13015: Fix a possible reference leak in defaultdict.__repr__. http://hg.python.org/cpython/rev/7cfce717ceee New changeset 7611fb3e19c6 by Antoine Pitrou in branch '2.7': Issue #13015: Fix a possible reference leak in defaultdict.__repr__. http://hg.python.org/cpython/rev/7611fb3e19c6 |
|||
| msg153386 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年02月15日 01:51 | |
Patch now committed, thank you! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:21 | admin | set | github: 57224 |
| 2012年02月15日 01:51:46 | pitrou | set | status: open -> closed versions: + Python 2.7, Python 3.2 nosy: + pitrou messages: + msg153386 resolution: fixed stage: patch review -> resolved |
| 2012年02月15日 01:50:03 | python-dev | set | nosy:
+ python-dev messages: + msg153385 |
| 2011年09月24日 08:32:57 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg144495 |
| 2011年09月21日 19:35:43 | skrah | set | title: Resource is not released before returning from the functiion -> _collectionsmodule.c: refleak stage: patch review components: + Extension Modules versions: + Python 3.3 |
| 2011年09月20日 14:53:25 | Suman.Saha | create | |