Bug 1583818
Summary: | python-paste FTBFS on python 3.7 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> | ||||||
Component: | python-paste | Assignee: | Randy Barlow <rbarlow> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | rawhide | CC: | kylev, lewk, pviktori, rbarlow | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | 2.0.3-6 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2018-06-10 18:28:01 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1565020 | ||||||||
Attachments: |
|
Description
Miro Hrončok
2018-05-29 18:58:23 UTC
Created attachment 1445509 [details]
root.log from copr
Assigning to Randy, because I don't believe Luke would respond. Similar fix from other project: https://github.com/erikrose/more-itertools/commit/e38574428c952b143fc4e0e42cb99b242c7b7977 Complete documentation for the change is in [PEP 479]. [PEP 479]: https://www.python.org/dev/peps/pep-0479/ > When StopIteration is raised inside a generator, it is replaced it with RuntimeError. (More precisely, this happens when the exception is about to bubble out of the generator's stack frame.) Randy? Randy, 3.7.0c1 is expected in 3 days (2018-06-11, [1]). I'd like to start building stuff in a side tag soon after that. This blocks the "packager stack", hence a bit critical. Could you please respond? [1] https://www.python.org/dev/peps/pep-0537/ This blocks webtest and pyramid. Hi Miro, I apologize for not responding quickly. I didn't realize it was blocking the packaging stack, and I also have about 3-4x the workload I can handle at the moment :/ Randy, don't worry. I know the feeling, that's why I went ahead and did this myself. (In reply to Miro Hrončok from comment #10) > Randy, don't worry. I know the feeling, that's why I went ahead and did this > myself. Thanks so much for taking care of that for me. Collaboration for the win! |