prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.28k stars 715 forks source link

Ensure that key bindings are handled in the right context. #1764

Closed jonathanslenders closed 1 year ago

jonathanslenders commented 1 year ago

This fixes an issue when key bindings are accessing contextvars.

Rebased: https://github.com/prompt-toolkit/python-prompt-toolkit/pull/1763 + rephrased comment and fixed mypy issue.