Bug 920589
| Summary: | [RFE] add the GLOBAL_ACK_EINTR constant to the list of exported symbols | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zdeněk Pavlas <zpavlas> | ||||
| Component: | python-pycurl | Assignee: | Kamil Dudka <kdudka> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | jsynacek, jzeleny, kdudka | ||||
| Target Milestone: | --- | Keywords: | Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | python-pycurl-7.19.0-16.20120408git9b8f4e38.fc20 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-04-20 19:24:55 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: | 919127 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
*** Bug 920593 has been marked as a duplicate of this bug. *** Thanks for the patch! I will submit updates for f17+ as the corresponding updates for curl are already submitted. upstream submission: https://github.com/p/pycurl/pull/26 fixed in python-pycurl-7.19.0-16.20120408git9b8f4e38.fc20 python-pycurl-7.19.0-13.1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-pycurl-7.19.0-13.1.fc18 python-pycurl-7.19.0-11.1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-pycurl-7.19.0-11.1.fc17 python-pycurl-7.19.0-15.1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-pycurl-7.19.0-15.1.fc19 Package python-pycurl-7.19.0-15.1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-pycurl-7.19.0-15.1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-5236/python-pycurl-7.19.0-15.1.fc19 then log in and leave karma (feedback). python-pycurl-7.19.0-15.1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. python-pycurl-7.19.0-11.1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. python-pycurl-7.19.0-13.1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 708923 [details] The proposed patch Description of problem: Since curl-7.29.0-4.fc19 there's a new constant GLOBAL_ACK_EINTR. It should be exported so python applications may use it. Also fix the argument check in do_global_init().