Bug 703160
Summary: | Numeric.reshape raises ValueError exception when newshape has more than 1 dimension | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | RHEL Program Management <pm-rhel> |
Component: | python-numeric | Assignee: | Matthew Barnes <mbarnes> |
Status: | CLOSED ERRATA | QA Contact: | desktop-bugs <desktop-bugs> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 5.3 | CC: | cdahlin, cmeadors, cww, jwest, mbarnes, pm-eus, rda, spoyarek, tao |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | python-numeric-23.7-2.2.2.el5_6.1 | Doc Type: | Bug Fix |
Doc Text: |
Previously, an attempt to use the Numeric.reshape() method to reshape an array into a multi-dimensional array caused Python to terminate unexpectedly with the following error message:
ValueError: total size of new array must be unchanged
With this update, a patch has been applied to address this issue, and the Numeric.reshape() method no longer causes Python to crash.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-12 07:52:52 UTC | Type: | --- |
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: | 494357 | ||
Bug Blocks: |
Description
RHEL Program Management
2011-05-09 14:06:37 UTC
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Previously, an attempt to use the Numeric.reshape() method to reshape an array into a multi-dimensional array caused Python to terminate unexpectedly with the following error message: ValueError: total size of new array must be unchanged With this update, a patch has been applied to address this issue, and the Numeric.reshape() method no longer causes Python to crash. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0508.html |