Bug 575336
| Summary: | typo in python3's libpython.stp | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Josh Stone <jistone> |
| Component: | python3 | Assignee: | Dave Malcolm <dmalcolm> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | amcnabb, dmalcolm, tomspur |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python3-3.1.2-4.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-05-10 23:50:51 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: | |||
Oops; sorry. Fixed for F-13 in python3-3.1.1-28.fc13 (though not yet pushed to the tree) Fixed for devel in python3-3.1.1-28.fc14 python3-3.1.2-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/python3-3.1.2-1.fc13 python3-3.1.2-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python3'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python3-3.1.2-1.fc13 python3-3.1.2-3.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python3'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python3-3.1.2-2.fc13 python3-3.1.2-4.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python3'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python3-3.1.2-4.fc13 python3-3.1.2-4.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
A syntax error in libpython.stp is tripping up systemtap when we go to parse the installed tapsets. The file in fedora-cvs says: 12: ... = process("python3").("LIBRARY_PATH").mark("function__return") and it should be: 12: ... = process("python3").library("LIBRARY_PATH").mark("function__return") ^^^^^^^