Commit a06bbbf
committed
Release v0.3.0
- Wider Python version support:
- Lowered minimum Python version requirement to 3.8.
- Uses `sys.setprofile` for Python 3.8~3.11 and `sys.monitoring` for 3.12+.
- Enhanced tracing logic to handle top-level external calls after imports:
- Now checks caller frames to start tracing even if the first external function call occurs right after imports.
- Verbose mode improvements:
- `-v` now traces standard library functions in addition to built-ins, providing more detailed insights.
- Added new examples:
- `requests_example.py` and `torch_example.py` demonstrate tracing external libraries.
- Various code refinements and bug fixes:
- Consolidated tracing logic and removed redundant code.
- Improved path normalization and encoding handling for cross-platform consistency.1 parent 434337c commit a06bbbf
2 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
3 | 31 | | |
4 | 32 | | |
5 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments