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年12月15日 20:46 by Mark.Shannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_module.patch | Mark.Shannon, 2011年12月15日 20:46 | review | ||
| Messages (2) | |||
|---|---|---|---|
| msg149574 - (view) | Author: Mark Shannon (Mark.Shannon) * (Python committer) | Date: 2011年12月15日 20:46 | |
test_clear_dict_in_ref_cycle in test_module only works by coincidence, if the name of the variable on line 77 is changed from 'a' to 'x', then the test fails. This is a result of the arbitrary ordering of removals of values from a modules globals() during GC. Patch which passes in list, rather than using a global is attached. |
|||
| msg149576 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2011年12月15日 20:57 | |
New changeset c9ae0eb66959 by Benjamin Peterson in branch 'default': fix this test to actually test something (closes #13606) http://hg.python.org/cpython/rev/c9ae0eb66959 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:24 | admin | set | github: 57815 |
| 2011年12月15日 20:57:52 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg149576 resolution: fixed stage: patch review -> resolved |
| 2011年12月15日 20:48:27 | pitrou | set | nosy:
+ benjamin.peterson stage: patch review versions: + Python 3.2, Python 3.3 |
| 2011年12月15日 20:46:32 | Mark.Shannon | create | |