mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-106320: Move private _PySet API to the internal API (#107041)
* Add pycore_setobject.h header file. * Move the following API to the internal C API: * _PySet_Dummy * _PySet_NextEntry() * _PySet_Update()
This commit is contained in:
parent
c92ef6fe0e
commit
5e4af2a3e9
18 changed files with 53 additions and 16 deletions
|
@ -11,6 +11,7 @@
|
|||
#include "pycore_opcode_utils.h"
|
||||
#include "pycore_pyerrors.h"
|
||||
#include "pycore_range.h"
|
||||
#include "pycore_setobject.h" // _PySet_Update()
|
||||
#include "pycore_sliceobject.h"
|
||||
#include "pycore_uops.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue