Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 3.10 now that the ABI is officially stable with 3.10rc1 #1809

Merged
merged 10 commits into from
Aug 5, 2021

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    cdd2b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790cab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d57106 View commit details
    Browse the repository at this point in the history
  4. appease new pylint.

    jamadden committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    cbfd12d View commit details
    Browse the repository at this point in the history
  5. On Python 3.10, Cython types are not immutable. This broke gevent.local.

    Change the way we detect compiled types to fix this.
    
    Refs cython/cython#4326
    jamadden committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    5112e05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1557a36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a30909 View commit details
    Browse the repository at this point in the history
  8. Add 3.10 specific tests.

    jamadden committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    5212a8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4343150 View commit details
    Browse the repository at this point in the history
  10. test_threading.SubinterpThreadingTests.test_threads_join crashes on U…

    …buntu, so disable it.
    
    It doesn't seem to crash locally. Not sure what's going on, but I doubt that's an important use-case (mixing gevent, threads and subinterpreters).
    jamadden committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    189def7 View commit details
    Browse the repository at this point in the history