Changes between Version 2 and Version 3 of PythonPort/Design/ErrorReporting


Ignore:
Timestamp:
Oct 28, 2007, 3:39:17 PM (18 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort/Design/ErrorReporting

    v2 v3  
    8282Such a backtrace can include Python code called from Jam code, called from Python code etc. Technically,
    8383it appears possible to interleave stacktraces, something like:
    84 
    85         build_system.py:100
    86         Jamroot:12
    87         project.py:70
     84{{{
     85    build_system.py:100
     86    Jamroot:12
     87    project.py:70
     88}}}
    8889
    8990an so we'll try to do that.