|
|
|
You mentioned IronPython, so CPython does not suffer from this "bug" ?
Lawrence Oluyede |
Homepage |
07/01/06 - 10:26 am | #
|
|
The bug is only in IronPython, but if you are 'exec'ing code objects under CPython you may want to avoid the calls to os.stat by using a customversion of extract_tb.
Fuzzyman |
Homepage |
07/01/06 - 12:20 pm | #
|
|
|
Commenting by HaloScan
|