llgo instr: pyList

This commit is contained in:
xushiwei
2024-05-15 15:42:58 +08:00
parent c2cf0443ef
commit 3e7bfbb45c
5 changed files with 126 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ import (
// https://docs.python.org/3/c-api/list.html
//go:linkname List llgo.pyList
func List(args ...any) *Object
func List(__llgo_va_list ...any) *Object
// Return a new list of length len on success, or nil on failure.
//