]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix unsafe cast in linegen.py w/ await yield handling (#3533)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 31 Jan 2023 02:53:14 +0000 (18:53 -0800)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 02:53:14 +0000 (21:53 -0500)
commit226cbf0226ee3bc26972357ba54c36409e9a84ae
tree81b3c418fc762f9e024b1f20cd175507c072f885
parentf4ebc683208d095b252b87147d002e925c9c1171
Fix unsafe cast in linegen.py w/ await yield handling (#3533)

Fixes #3532.
CHANGES.md
src/black/linegen.py
tests/data/preview/remove_await_parens.py