mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-117288: Allocate fewer label IDs in _PyCfg_ToInstructionSequence (#117290)
This commit is contained in:
parent
74c8568d07
commit
262fb911ab
4 changed files with 37 additions and 6 deletions
|
|
@ -66,6 +66,7 @@ int _PyCompile_InstructionSequence_UseLabel(_PyCompile_InstructionSequence *seq,
|
|||
int _PyCompile_InstructionSequence_Addop(_PyCompile_InstructionSequence *seq,
|
||||
int opcode, int oparg,
|
||||
_PyCompilerSrcLocation loc);
|
||||
int _PyCompile_InstructionSequence_ApplyLabelMap(_PyCompile_InstructionSequence *seq);
|
||||
|
||||
typedef struct {
|
||||
PyObject *u_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue