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 2003-11-10 11:32 by dcjim, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
weakrefbug.py | dcjim, 2003-11-10 11:32 | Script that demonstrates the bug | ||
weakref_dict_iter.diff | vdupras, 2008-02-24 14:25 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:01 | admin | set | github: 39529 |
2010-07-23 09:56:04 | mark.dickinson | set | status: open -> closed resolution: duplicate superseder: weak dict iterators are fragile because of unpredictable GC runs messages: + msg111258 |
2010-07-23 09:53:30 | vdupras | set | messages: + msg111257 |
2010-07-23 09:49:15 | mark.dickinson | set | nosy:
+ mark.dickinson messages: + msg111256 versions: + Python 2.6, - Python 3.1, Python 3.2 |
2010-07-23 09:37:48 | vdupras | set | messages: + msg111254 |
2010-07-14 22:47:08 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg110338 versions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6, Python 2.5 |
2010-05-06 19:33:37 | elachuni | set | nosy:
+ elachuni messages: + msg105159 versions: + Python 2.5 |
2010-05-03 15:08:36 | tseaver | set | nosy:
+ tseaver messages: + msg104842 |
2009-02-14 14:28:46 | pitrou | set | messages: + msg82067 |
2009-02-14 14:25:07 | vdupras | set | messages: + msg82066 |
2009-02-14 14:11:27 | vdupras | set | messages: + msg82062 |
2009-02-14 12:46:19 | pitrou | set | nosy:
+ pitrou messages: + msg82037 |
2009-02-14 12:09:13 | ajaksu2 | set | nosy:
+ ajaksu2 messages: + msg82020 stage: patch review |
2008-02-24 14:25:37 | vdupras | set | files:
+ weakref_dict_iter.diff versions: + Python 2.6 nosy: + vdupras messages: + msg62908 keywords: + patch type: behavior |
2008-02-22 20:22:21 | akuchling | set | title: interators broken for weak dicts -> iterators broken for weak dicts |
2003-11-10 11:32:12 | dcjim | create |