Closed
Bug 1503439
Opened 4 years ago
Closed 4 years ago
PEP 479 introduces interesting changes to python 3
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lonnen, Unassigned)
References
Details
Attachments
(1 file)
81 bytes,
text/plain
|
Details |
https://www.python.org/dev/peps/pep-0479/ We should remove explicit raises of StopIteration. There is no six helper for this, and using the recommended `future.generator_stop` doesn't work in 2. Mostly used in RMQ tests now.
Comment 1•4 years ago
|
||
Comment 2•4 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/socorro https://github.com/mozilla-services/socorro/commit/11fda8e768fe32c4e3f6ea8dca3a1357e353e9a4 Merge pull request #4680 from mozilla-services/1503439 fix bug 1503439 - stop using StopIteration
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•