- 31 Oct, 2022 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #1920
-
Jason Madden authored
Update to greenlet 2.0
-
- 30 Oct, 2022 1 commit
-
-
Jason Madden authored
-
- 29 Oct, 2022 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 28 Oct, 2022 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Request this for the two IDNA cases, which somehow give different errors using the same resolver on GHA.
-
Jason Madden authored
-
- 27 Oct, 2022 6 commits
-
-
Jason Madden authored
Its failing in a weird way that doesn't happen locally. There is a remaining issue, which lies somewhere in greenlet, seen in test__monkey_hub_in_thread and test__threading_monkey_in_thread: Fatal Python error: Python memory allocator called without holding the GIL Python runtime state: finalizing (tstate=0xd5f3e0) Thread 0x00007f511f66b700 (most recent call first): <no Python frame> Obviously this mixes with threads. greenlet uses Py_AddPendingCall to move some work to other threads, but apparently something is still happening at the wrong time.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #1909 We'll need to release a final greenlet 2.0 and remove the rc qualifiers here before releasing gevent, because pre-release qualifiers are contagious.
-
- 14 Oct, 2022 15 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Stop using DEF statements in Cython, as they are deprecated.
-
Jason Madden authored
See https://github.com/cython/cython/issues/4310
-
Jason Madden authored
Fixes #1914
-
Michał Górny authored
Use the non-legacy `setuptools.build_meta` backend. Prepend the setup directory to `sys.path` prior to importing modules relative to it. Fixes #1910
-
Jason Madden authored
-
Jason Madden authored
-
Sneha Kanekar1 authored
-
Jason Madden authored
-
Jason Madden authored
Remove redundant wheel dep from pyproject.toml
-
Jason Madden authored
Libuv 1.44.2
-
Jason Madden authored
-
Jason Madden authored
-
- 13 Oct, 2022 4 commits
-
-
Jason Madden authored
Run leakchecks on Python 3.11; make them more comprehensive
-
Jason Madden authored
-
Jason Madden authored
They're important objects. Locally, the 3.11 tests pass fine this way. The 2.7 tests had two failures, one from being unable to make a connection in test__server, and one from a timeout in test__doctest. I suspect those are unrelated; lets see what CI says.
-
Jason Madden authored
-
- 10 Oct, 2022 1 commit
-
-
Michał Górny authored
Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a
-
- 08 Oct, 2022 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-