yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73796
[Bug 1781627] [NEW] In Py3.7 test failures occur due to RuntimeError for StopIteration
Public bug reported:
PEP 0479 changes the behavior of generators:
https://www.python.org/dev/peps/pep-0479/
If a StopIteration is about to bubble out of a generator frame, it is
replaced with RuntimeError, resulting in:
RuntimeError: generator raised StopIteration
Here are more detailed tracebacks from the failures:
https://paste.ubuntu.com/p/vJJ8HRFV5f/
** Affects: glance
Importance: Undecided
Assignee: Corey Bryant (corey.bryant)
Status: New
** Changed in: glance
Assignee: (unassigned) => Corey Bryant (corey.bryant)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1781627
Title:
In Py3.7 test failures occur due to RuntimeError for StopIteration
Status in Glance:
New
Bug description:
PEP 0479 changes the behavior of generators:
https://www.python.org/dev/peps/pep-0479/
If a StopIteration is about to bubble out of a generator frame, it is
replaced with RuntimeError, resulting in:
RuntimeError: generator raised StopIteration
Here are more detailed tracebacks from the failures:
https://paste.ubuntu.com/p/vJJ8HRFV5f/
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1781627/+subscriptions
Follow ups