division_trace: don't use inspect to collect information
Let's pass the data as function parameters. This greatly simplifies when using monkey-patching to apply fixers on code that is compiled, for example. Otherwise, we need to also monkey-patch the code that compile that code (to change the name).
Showing
my2to3/tests/testTrace.py
0 → 100644
Please register or sign in to comment