]> 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 new mypy error in blib2to3 (#3674)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 3 May 2023 15:43:20 +0000 (08:43 -0700)
committerGitHub <noreply@github.com>
Wed, 3 May 2023 15:43:20 +0000 (08:43 -0700)
commita07871b9cd1b5a1469271be6aaac5766f5a0e0fc
tree8680e5931ddb24b1ca285513f287729ae44ce1c9
parente712e48e06420d9240ce95c81acfcf6f11d14c83
Fix new mypy error in blib2to3 (#3674)

See python/mypy#15174
src/blib2to3/pgen2/tokenize.py
tests/data/simple_cases/fstring.py