Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Apr 18, 2024
1 parent 3bd4ede commit 99fb7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_setobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PyAPI_FUNC(int) _PySet_NextEntry(
PyObject **key,
Py_hash_t *hash);

// Export for '_pickle'
// Export for '_pickle' shared extension
PyAPI_FUNC(int) _PySet_NextEntryRef(
PyObject *set,
Py_ssize_t *pos,
Expand Down

0 comments on commit 99fb7e6

Please sign in to comment.