Skip to content

Commit b8ea359

Browse files
Export fewer symbols.
1 parent dde26e5 commit b8ea359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_exceptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct _Py_exc_state {
4040
PyAPI_FUNC(PyTypeObject *) _PyExc_GetExceptionSnapshotType(
4141
PyInterpreterState *interp);
4242

43-
PyAPI_FUNC(PyObject *) PyExceptionSnapshot_FromInfo(_Py_excinfo *info);
43+
extern PyObject * PyExceptionSnapshot_FromInfo(_Py_excinfo *info);
4444

4545

4646
#ifdef __cplusplus

0 commit comments

Comments
 (0)