re-pcre: Add dummy ASCII and UNICODE flags.

asyncio-segfault
Paul Sokolovsky 2014-04-13 03:34:16 +03:00
rodzic e9b736e24a
commit 7c2f087208
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -25,6 +25,10 @@ DOTALL = S = 4
VERBOSE = X = 8 VERBOSE = X = 8
PCRE_ANCHORED = 0x10 PCRE_ANCHORED = 0x10
# TODO. Note that Python3 has unicode by default
ASCII = A = 0
UNICODE = U = 0
PCRE_INFO_CAPTURECOUNT = 2 PCRE_INFO_CAPTURECOUNT = 2