1. 08 Jul, 2023 4 commits
  2. 07 Jul, 2023 8 commits
  3. 30 Jun, 2023 3 commits
  4. 18 May, 2023 1 commit
  5. 31 Oct, 2022 6 commits
  6. 30 Oct, 2022 1 commit
  7. 29 Oct, 2022 2 commits
  8. 28 Oct, 2022 4 commits
  9. 27 Oct, 2022 6 commits
    • Jason Madden's avatar
      Skip a DNS IDNA test on GHA · 6ca42cf7
      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.
      6ca42cf7
    • Jason Madden's avatar
      And no-embed · b62fa1b7
      Jason Madden authored
      b62fa1b7
    • Jason Madden's avatar
      _fork_exec should not exist on win32/py311 · 93037498
      Jason Madden authored
      93037498
    • Jason Madden's avatar
      Also make-manylinux · 637f0815
      Jason Madden authored
      637f0815
    • Jason Madden's avatar
      e1231dea
    • Jason Madden's avatar
      Update to greenlet 2.0rc1 · 8d1c366d
      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.
      8d1c366d
  10. 14 Oct, 2022 5 commits