mirror of
https://github.com/python/cpython.git
synced 2025-10-08 16:11:51 +00:00
Don't double-space the "??? new object ..." messages.
This commit is contained in:
parent
d7e83a1d51
commit
6869458236
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ def combine(fname):
|
||||||
assert m
|
assert m
|
||||||
addr, rc, guts = m.groups() # guts is type name here
|
addr, rc, guts = m.groups() # guts is type name here
|
||||||
if addr not in addr2rc:
|
if addr not in addr2rc:
|
||||||
print '??? new object created while tearing down:', line
|
print '??? new object created while tearing down:', line.rstrip()
|
||||||
continue
|
continue
|
||||||
print addr,
|
print addr,
|
||||||
if rc == addr2rc[addr]:
|
if rc == addr2rc[addr]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue