mirror of
https://github.com/python/cpython.git
synced 2026-05-20 03:14:26 -04:00
176014ffad
adds the following API calls: PySet_Clear(), _PySet_Next(), and _PySet_Update(). The latter two are considered non-public. Tests and documentation (for the public API) are included.