Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 708923 Details for
Bug 920589
[RFE] add the GLOBAL_ACK_EINTR constant to the list of exported symbols
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The proposed patch
pycurl-global-ack-eintr.patch (text/plain), 1.05 KB, created by
Zdeněk Pavlas
on 2013-03-12 11:52:14 UTC
(
hide
)
Description:
The proposed patch
Filename:
MIME Type:
Creator:
Zdeněk Pavlas
Created:
2013-03-12 11:52:14 UTC
Size:
1.05 KB
patch
obsolete
>From: zpavlas@redhat.com >Subject: export GLOBAL_ACK_EINTR > >Added one integer export, updated the check in do_global_init(). > >diff -up pycurl-7.19.0/src/pycurl.c.old pycurl-7.19.0/src/pycurl.c >--- pycurl-7.19.0/src/pycurl.c.old 2013-03-12 12:34:08.417711275 +0100 >+++ pycurl-7.19.0/src/pycurl.c 2013-03-12 12:43:03.132043356 +0100 >@@ -3142,10 +3142,7 @@ do_global_init(PyObject *dummy, PyObject > return NULL; > } > >- if (!(option == CURL_GLOBAL_SSL || >- option == CURL_GLOBAL_WIN32 || >- option == CURL_GLOBAL_ALL || >- option == CURL_GLOBAL_NOTHING)) { >+ if (option & ~(CURL_GLOBAL_ALL || CURL_GLOBAL_ACK_EINTR)) { > PyErr_SetString(PyExc_ValueError, "invalid option to global_init"); > return NULL; > } >@@ -3780,6 +3777,7 @@ initpycurl(void) > insint(d, "GLOBAL_ALL", CURL_GLOBAL_ALL); > insint(d, "GLOBAL_NOTHING", CURL_GLOBAL_NOTHING); > insint(d, "GLOBAL_DEFAULT", CURL_GLOBAL_DEFAULT); >+ insint(d, "GLOBAL_ACK_EINTR", CURL_GLOBAL_ACK_EINTR); > > > /* constants for curl_multi_socket interface */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 920589
: 708923