Skip to content

Commit 63aa89b

Browse files
alexmalyshevmeta-codesync[bot]
authored andcommitted
Add patch '19-dump-traceback' to third-party/python/3.14
Summary: This diff adds a patch to the `third-party/python/3.14` Meta-internal fork. Export _Py_DumpTraceback Reviewed By: itamaro Differential Revision: D95269064 fbshipit-source-id: 92525600ff13f5fc5178d697fa10cd27b809375a
1 parent 7713741 commit 63aa89b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/internal/pycore_traceback.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PyAPI_FUNC(void) _PyTraceback_Add(const char *, const char *, int);
3131
3232
This function is signal safe. */
3333

34-
extern void _Py_DumpTraceback(
34+
PyAPI_FUNC(void) _Py_DumpTraceback(
3535
int fd,
3636
PyThreadState *tstate);
3737

0 commit comments

Comments
 (0)