p / pycurl-archived

pycurl git import (temporary)
GNU Lesser General Public License v2.1
2 stars 6 forks source link

add the GLOBAL_ACK_EINTR constant to the list of exported symbols #26

Closed kdudka closed 11 years ago

kdudka commented 11 years ago

... if built against a new enough version of libcurl

Signed-off-by: Kamil Dudka kdudka@redhat.com

p commented 11 years ago

A test can be added checking that:

  1. GLOBAL_ACK_EINTR is defined when libcurl >= 7.30.0 is used.
  2. It is an accepted flag.
p commented 11 years ago

According to http://curl.haxx.se/download.html the most recent release is 7.29. When is 7.30 expected to be released?

kdudka commented 11 years ago

The most recent plan I am aware of is April 10th:

http://permalink.gmane.org/gmane.comp.web.curl.library/38601

Sorry for being slow in responses. I will get back to pycurl when I return from vacation (the end of March).

p commented 11 years ago

No worries, there is plenty of other work to be done.

I need to investigate what version development trees of libcurl claim to be.

kdudka commented 11 years ago

Sorry for the delay. I have added a test-case for this and rebased the branch against the latest upstream.

p commented 11 years ago

Thanks!