You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: py/code.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ type Code struct {
26
26
Firstlinenoint32// first source line number
27
27
Lnotabstring// string (encoding addr<->lineno mapping) See Objects/lnotab_notes.txt for details.
28
28
29
-
WeakreflistList// to support weakrefs to code objects
29
+
Weakreflist*List// to support weakrefs to code objects
30
30
}
31
31
32
32
varCodeType=NewType("code", "code(argcount, kwonlyargcount, nlocals, stacksize, flags, codestring,\n constants, names, varnames, filename, name, firstlineno,\n lnotab[, freevars[, cellvars]])\n\nCreate a code object. Not for the faint of heart.")
0 commit comments