llgo instr: pyList
This commit is contained in:
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user