]> 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 crash with walrus + await + with (#3473)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 18 Jan 2023 06:25:05 +0000 (22:25 -0800)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 06:25:05 +0000 (22:25 -0800)
commit7e6d3fac197395b0a2b380cc60811536fe23626b
treed1549ff5f6255040eaa17a7eb93b1cf525fcca88
parent24469c9bd14c3ddb4739f24c661aeb725f2decd5
Fix crash with walrus + await + with (#3473)

Fixes #3472
CHANGES.md
src/black/linegen.py
src/black/nodes.py
tests/data/fast/pep_572_do_not_remove_parens.py
tests/data/py_38/pep_572_remove_parens.py