3.4 Load assert bug

This commit is contained in:
rocky
2016-06-19 11:52:38 -04:00
parent f8ccb8065e
commit 520290898b
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,6 @@
# Bug from 3.4 in asyncore.py
def compact_traceback():
tb = 5
if not tb: # Must have a traceback
raise AssertionError("traceback does not exist")