Commit cb5cf36
committed
Re-export _Py_DumpTraceback and _Py_DumpTracebackThreads
These functions stopped being exported in #107215. However, they are the only
way to print a Python stacktrace safely from a signal handler, making them very
useful for extensions. Re-export them.1 parent 6acaf65 commit cb5cf36
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments