- 22 May, 2020 4 commits
-
-
Jason Madden authored
Update c-ares to 1.16.1
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 21 May, 2020 11 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Makefile patch doesn't apply, will create a new one.
-
Jason Madden authored
Update to libuv 1.38
-
Jason Madden authored
This has new enough kernel headers that libev builds the io_uring backend, but testing it fails: ====================================================================== 220 ERROR: test_linux_iouring_0 (gevent.tests.test__close_backend_fd.Test) 221 ---------------------------------------------------------------------- 222 Traceback (most recent call last): 223 File "/home/travis/.runtimes/snakepit/2.7.d/lib/python2.7/site-packages/gevent/tests/test__close_backend_fd.py", line 77, in test 224 self._check_backend(backend) 225 File "/home/travis/.runtimes/snakepit/2.7.d/lib/python2.7/site-packages/gevent/tests/test__close_backend_fd.py", line 45, in _check_backend 226 hub = Hub(backend, default=False) 227 File "/home/travis/.runtimes/snakepit/2.7.d/lib/python2.7/site-packages/gevent/hub.py", line 441, in __init__ 228 self.loop = self.loop_class(flags=loop, default=default) # pylint:disable=not-callable 229 File "src/gevent/libev/corecext.pyx", line 444, in gevent.libev.corecext.loop.__cinit__ 230 raise SystemError("ev_loop_new(%s) failed" % (c_flags, )) 231 SystemError: ev_loop_new(50331776) failed There are also different SSL errors (of course) on different versions. gevent.tests.test__makefile_ref.TestSSL commonly fails to find expected open files on most versions, and some versions don't see the cipher suites they expect, etc.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
-
- 20 May, 2020 7 commits
-
-
Jason Madden authored
checking whether make supports nested variables... (cached) yes 1067./configure: line 12686: syntax error near unexpected token AX_PTHREAD(' https://travis-ci.org/github/gevent/gevent/jobs/689397295
-
Jason Madden authored
Make zope.interface/event and setuptools required dependencies.
-
Jason Madden authored
-
Jason Madden authored
Fixes #1619
-
Jason Madden authored
Update to Cython 3.0a5. Fixes #1599
-
Jason Madden authored
- 19 May, 2020 6 commits
-
-
Jason Madden authored
Fix issue 1437 by detecting cross-thread lock usage and using an async watcher
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 18 May, 2020 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
Tests for semaphore are passing in both pure and compiled code. gevent.tests.test__lock.TestLockMultiThread still exposes a race condition though.
-
- 15 May, 2020 1 commit
-
-
Jason Madden authored
-
- 13 May, 2020 9 commits
-
-
Jason Madden authored
-
Jason Madden authored
Rename C accelerator modules to avoid clashes.
-
Jason Madden authored
Fixes #1480.
-
Jason Madden authored
-
Jason Madden authored
Fixes #1600 [skip ci]
-
Jason Madden authored
-
Jason Madden authored
Fix calling gevent.wait() on a set Event twice
-
Jason Madden authored
-
Jason Madden authored
The detection of when to de-queue an existing notifier was wrong, leading us to de-queue it while it was running and then promptly re-queue one.
-