Bug 1796868
Summary: | numpy fails to build with Python 3.9: Python regression in fractions: NameError: name '_gcd' is not defined | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python39 | Assignee: | Victor Stinner <vstinner> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, gwync, jspaleta, mhroncok, orion, python-sig, rdieter, tomspur, vstinner |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-02-10 08:05:05 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: | 1785415 |
Description
Miro Hrončok
2020-01-31 12:26:47 UTC
This sounds like a regression in https://github.com/python/cpython/pull/18021 This is indeed a regression. Upstream bug has details: https://bugs.python.org/issue39350#msg361104 I'm discussing with Mark Dickinson on Python upstream to decide which approach is the best to fix the issue. Mark proposed https://github.com/python/cpython/pull/18309 and I proposed https://github.com/python/cpython/pull/18375 The python3 package in our copr has been patched with https://github.com/python/cpython/pull/18309 to unblock us. Whatever fix you decide to deploy, please make sure it goes into a4. Possibly mark the issue as a blocker for a4, please. > The python3 package in our copr has been patched with https://github.com/python/cpython/pull/18309 to unblock us. It should fix numpy as well. We agreed to merge a different fix: https://github.com/python/cpython/commit/dc7a50d73a3d16918529669ff7b8783c08cff090 > Whatever fix you decide to deploy, please make sure it goes into a4. Possibly mark the issue as a blocker for a4, please. Sure, it will land into alpha4 scheduled for Monday, 2020-02-17. https://copr.fedorainfracloud.org/coprs/g/python/python3.9/package/numpy/ builds successfully, I close the issue. |