sources for exception.py [rev. 38799]
1
2
3
4
5
try:
    BaseException = BaseException
except NameError:
    BaseException = Exception