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

Added coroutine detection shims for Python 3.12 #360

Merged
merged 3 commits into from Dec 14, 2022

Commits on Dec 14, 2022

  1. Initial sketch of iscoroutinefunction shim for PY312

    Refs: python/cpython#99247
    
    This would be needed for Django 4.2, which would support PY312 on release of that.
    carltongibson committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a663777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae3cfba View commit details
    Browse the repository at this point in the history
  3. Fix mypy error.

    carltongibson committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1689063 View commit details
    Browse the repository at this point in the history