Skip to content

Commit

Permalink
Export fewer symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Nov 6, 2023
1 parent ce2db5d commit b9f7974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_exceptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct _Py_exc_state {
PyAPI_FUNC(PyTypeObject *) _PyExc_GetExceptionSnapshotType(
PyInterpreterState *interp);

PyAPI_FUNC(PyObject *) PyExceptionSnapshot_FromInfo(_Py_excinfo *info);
extern PyObject * PyExceptionSnapshot_FromInfo(_Py_excinfo *info);


#ifdef __cplusplus
Expand Down

0 comments on commit b9f7974

Please sign in to comment.