diff options
Diffstat (limited to 'Include/internal/pycore_setobject.h')
| -rw-r--r-- | Include/internal/pycore_setobject.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/internal/pycore_setobject.h b/Include/internal/pycore_setobject.h index 1b63479..34a00e6 100644 --- a/Include/internal/pycore_setobject.h +++ b/Include/internal/pycore_setobject.h @@ -8,17 +8,17 @@ extern "C" { # error "this header requires Py_BUILD_CORE define" #endif -// Export for 'pickle' shared extension +// Export for '_pickle' shared extension PyAPI_FUNC(int) _PySet_NextEntry( PyObject *set, Py_ssize_t *pos, PyObject **key, Py_hash_t *hash); -// Export for 'pickle' shared extension +// Export for '_pickle' shared extension PyAPI_FUNC(int) _PySet_Update(PyObject *set, PyObject *iterable); -// Export _PySet_Dummy for the gdb plugin's benefit +// Export for the gdb plugin's (python-gdb.py) benefit PyAPI_DATA(PyObject *) _PySet_Dummy; #ifdef __cplusplus |
