mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
merge 3.2 (#14212)
This commit is contained in:
commit
33d21a24fa
4 changed files with 61 additions and 26 deletions
|
|
@ -32,6 +32,7 @@ typedef struct {
|
|||
PyObject *weakreflist; /* List of weak references */
|
||||
int logical_charsize; /* pattern charsize (or -1) */
|
||||
int charsize;
|
||||
Py_buffer view;
|
||||
/* pattern code */
|
||||
Py_ssize_t codesize;
|
||||
SRE_CODE code[1];
|
||||
|
|
@ -82,6 +83,7 @@ typedef struct {
|
|||
char* data_stack;
|
||||
size_t data_stack_size;
|
||||
size_t data_stack_base;
|
||||
Py_buffer buffer;
|
||||
/* current repeat context */
|
||||
SRE_REPEAT *repeat;
|
||||
/* hooks */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue