- 30 Jun, 2023 3 commits
-
-
Jason Madden authored
Update greentest to the versions we have on Github Actions. The versions on Appveyor may not yet match.
-
Jason Madden authored
Prevents an issue with differing CPPFLAGS breaking configure when we try to compile again.
-
Jason Madden authored
-
- 18 May, 2023 1 commit
-
-
Jason Madden authored
-
- 31 Oct, 2022 6 commits
-
-
Jason Madden authored
-
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 2 commits
-
-
Jason Madden authored
Run leakchecks on Python 3.11; make them more comprehensive
-
Jason Madden authored
-