Skip to content

Fix pickleability of filters decorated with @async_variant#1613

Merged
davidism merged 1 commit intopallets:mainfrom
dairiki:bug.environment-not-pickleable
Mar 7, 2022
Merged

Fix pickleability of filters decorated with @async_variant#1613
davidism merged 1 commit intopallets:mainfrom
dairiki:bug.environment-not-pickleable

Conversation

@dairiki
Copy link
Copy Markdown
Contributor

@dairiki dairiki commented Mar 3, 2022

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • [n/a] 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.
  • [n/a] Add .. versionchanged:: entries in any relevant code docs.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

@davidism davidism force-pushed the bug.environment-not-pickleable branch from 4f8018c to ac3ac6c Compare March 7, 2022 15:52
@davidism davidism added this to the 3.1.0 milestone Mar 7, 2022
@davidism davidism merged commit d5b8f66 into pallets:main Mar 7, 2022
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filters decorated with @async_variant are not pickleable

2 participants