mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
This commit is contained in:
parent
33fc3b5e42
commit
c0453a40fa
14 changed files with 339 additions and 161 deletions
|
@ -13,6 +13,8 @@ extern "C" {
|
|||
|
||||
extern void _PySlice_Fini(PyInterpreterState *);
|
||||
|
||||
extern PyObject *
|
||||
_PyBuildSlice_ConsumeRefs(PyObject *start, PyObject *stop);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue