mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added UNPACK_VARARG.
This commit is contained in:
parent
2d709b1608
commit
22f863feee
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define DELETE_ATTR 96 /* "" */
|
||||
#define STORE_GLOBAL 97 /* "" */
|
||||
#define DELETE_GLOBAL 98 /* "" */
|
||||
#define UNPACK_VARARG 99 /* Minimal number of arguments */
|
||||
|
||||
#define LOAD_CONST 100 /* Index in const list */
|
||||
#define LOAD_NAME 101 /* Index in name list */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue