mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
parent
ecfeb7f095
commit
70a6b49821
246 changed files with 926 additions and 962 deletions
|
@ -32,7 +32,7 @@ def loadfile(fp):
|
|||
continue
|
||||
parts = line.split(":", 4)
|
||||
if len(parts) != 5:
|
||||
raise ValueError("Not enough fields in " + `line`)
|
||||
raise ValueError("Not enough fields in %r" % line)
|
||||
function, type, arg, refcount, comment = parts
|
||||
if refcount == "null":
|
||||
refcount = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue