mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
merge 3.3
This commit is contained in:
commit
29e02a2be8
10 changed files with 17 additions and 21 deletions
|
@ -897,7 +897,7 @@ class SizeofTest(unittest.TestCase):
|
|||
except TypeError:
|
||||
tb = sys.exc_info()[2]
|
||||
# traceback
|
||||
if tb != None:
|
||||
if tb is not None:
|
||||
check(tb, size('2P2i'))
|
||||
# symtable entry
|
||||
# XXX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue