mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
AMK's latest -- synchronized with PCRE 1.04.
This commit is contained in:
parent
0148bbf966
commit
557dea1ca2
4 changed files with 182 additions and 128 deletions
|
@ -231,7 +231,7 @@ PyPcre_compile(self, args)
|
|||
newpattern[j++]='\0';
|
||||
newpattern[j++]='\0';
|
||||
newpattern[j++]='\0';
|
||||
newpattern[j]='\0';
|
||||
newpattern[j]='\0';
|
||||
|
||||
rv->regex = pcre_compile((char*)newpattern, options,
|
||||
&error, &erroroffset, dictionary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue