summaryrefslogtreecommitdiffstats
path: root/PCbuild/_ctypes.vcxproj
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2023-01-17 23:59:19 (GMT)
committerGitHub <noreply@github.com>2023-01-17 23:59:19 (GMT)
commit80e3e3423cb456ba341f95d6a07e94cf3b16c0be (patch)
tree32ddc8bc516b2010d48a529c9cc03fb68631c80e /PCbuild/_ctypes.vcxproj
parentf34176b77f222726d901595968a4b44456186da4 (diff)
downloadcpython-80e3e3423cb456ba341f95d6a07e94cf3b16c0be.zip
cpython-80e3e3423cb456ba341f95d6a07e94cf3b16c0be.tar.gz
cpython-80e3e3423cb456ba341f95d6a07e94cf3b16c0be.tar.bz2
GH-98831: Implement array support in cases generator (#100912)
You can now write things like this: ``` inst(BUILD_STRING, (pieces[oparg] -- str)) { ... } inst(LIST_APPEND, (list, unused[oparg-1], v -- list, unused[oparg-1])) { ... } ``` Note that array output effects are only partially supported (they must be named `unused` or correspond to an input effect).
Diffstat (limited to 'PCbuild/_ctypes.vcxproj')
0 files changed, 0 insertions, 0 deletions