mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Remove legacy opcache structs (GH-27164)
This commit is contained in:
parent
9af34c9351
commit
e9cd47d0e5
3 changed files with 1 additions and 26 deletions
|
|
@ -23,8 +23,6 @@ typedef uint16_t _Py_CODEUNIT;
|
|||
# define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8))
|
||||
#endif
|
||||
|
||||
typedef struct _PyOpcache _PyOpcache;
|
||||
|
||||
|
||||
/* Bytecode object */
|
||||
struct PyCodeObject {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue