feat(py): Add Python tuple constructor helper

This commit is contained in:
AN Long
2024-08-14 21:39:20 +08:00
parent 9f1100b967
commit bbeceae42e
5 changed files with 62 additions and 2 deletions

View File

@@ -391,8 +391,9 @@ const (
llgoFuncAddr = llgoInstrBase + 0xd
llgoPyList = llgoInstrBase + 0x10
llgoPyStr = llgoInstrBase + 0x11
llgoPyList = llgoInstrBase + 0x10
llgoPyStr = llgoInstrBase + 0x11
llgoPyTuple = llgoInstrBase + 0x12
llgoAtomicLoad = llgoInstrBase + 0x1d
llgoAtomicStore = llgoInstrBase + 0x1e