Skip to content

Add async support to NativeEnvironment#1363

Merged
davidism merged 1 commit intopallets:masterfrom
remidebette:add-native-async-support
Apr 5, 2021
Merged

Add async support to NativeEnvironment#1363
davidism merged 1 commit intopallets:masterfrom
remidebette:add-native-async-support

Conversation

@remidebette
Copy link
Copy Markdown
Contributor

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add or update relevant docs, in the docs folder and in code.
  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Add .. versionchanged:: entries in any relevant code docs.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

@remidebette remidebette changed the title Initial commit Add async support to NativeEnvironment Mar 2, 2021
Comment thread src/jinja2/nativetypes.py Outdated
@davidism davidism added this to the 3.0.0 milestone Mar 8, 2021
@davidism davidism added the async label Mar 8, 2021
@davidism davidism force-pushed the add-native-async-support branch from ec5a54b to 3642ae7 Compare April 5, 2021 18:37
@davidism davidism merged commit 59de6fb into pallets:master Apr 5, 2021
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Async support does not work with Native environment

2 participants