mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
make the output of _test() suitable for use in the regression test
This commit is contained in:
parent
e27a7b8074
commit
1a34c879bc
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ def _test():
|
|||
else:
|
||||
print "accessible"
|
||||
try:
|
||||
print "b._get_.func_defaults =", b._get_.func_defaults,
|
||||
print "b._get_.func_defaults =", map(type, b._get_.func_defaults),
|
||||
except:
|
||||
print "inaccessible"
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue