Merge lp://qastaging/~elachuni/wsgi-oops/dont-iterate-weakkeydicts into lp://qastaging/wsgi-oops

Proposed by Anthony Lenton
Status: Merged
Approved by: Elliot Murphy
Approved revision: 50
Merged at revision: 51
Proposed branch: lp://qastaging/~elachuni/wsgi-oops/dont-iterate-weakkeydicts
Merge into: lp://qastaging/wsgi-oops
Diff against target: 13 lines (+2/-1)
1 file modified
canonical/oops/serializer.py (+2/-1)
To merge this branch: bzr merge lp://qastaging/~elachuni/wsgi-oops/dont-iterate-weakkeydicts
Reviewer Review Type Date Requested Status
Elliot Murphy (community) Approve
Review via email: mp+24862@code.qastaging.launchpad.net

Description of the change

Using iterators from weakkeydicts is not threadsafe, (see Python bug http://bugs.python.org/issue839159).

This branch avoids using these iterators, to fix bug #574399.

Thanks MenTaLguY for spotting the fix!

To post a comment you must log in.
Revision history for this message
Elliot Murphy (statik) wrote :

Nice fix!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches