]> 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:

Add support for named exprs inside function calls as gen-exps (#3327)
authorBatuhan Taskaya <isidentical@gmail.com>
Mon, 10 Oct 2022 23:54:09 +0000 (02:54 +0300)
committerGitHub <noreply@github.com>
Mon, 10 Oct 2022 23:54:09 +0000 (10:54 +1100)
commit1c786ee6273377ac68a98483c1e6e7cd81bde332
treea1616c929085f13e6321d3205818914cb62004ba
parentb60b85b234d6a575f636d0a125478115f993c90c
Add support for named exprs inside function calls as gen-exps (#3327)
CHANGES.md
src/blib2to3/Grammar.txt
tests/data/py_310/pep_572_py310.py