Message241537
| Author |
chillaranand |
| Recipients |
chillaranand |
| Date |
2015年04月19日.18:53:57 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1429469637.6.0.278497450478.issue24008@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
>>> inspect.getsource(sys.excepthook)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/inspect.py", line 701, in getsource
lines, lnum = getsourcelines(object)
File "/usr/local/lib/python2.7/inspect.py", line 690, in getsourcelines
lines, lnum = findsource(object)
File "/usr/local/lib/python2.7/inspect.py", line 526, in findsource
file = getfile(object)
File "/usr/local/lib/python2.7/inspect.py", line 420, in getfile
'function, traceback, frame, or code object'.format(object))
TypeError: <built-in function excepthook> is not a module, class, method, function, traceback, frame, or code object |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015年04月19日 18:53:57 | chillaranand | set | recipients:
+ chillaranand |
| 2015年04月19日 18:53:57 | chillaranand | set | messageid: <1429469637.6.0.278497450478.issue24008@psf.upfronthosting.co.za> |
| 2015年04月19日 18:53:57 | chillaranand | link | issue24008 messages |
| 2015年04月19日 18:53:57 | chillaranand | create |
|