mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
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).
Miscellaneous source files for the main Python shared library