micropython-lib/unix-ffi/re
Christian Marangi d8e163bb5f unix-ffi/re: Convert to PCRE2.
PCRE is marked as EOL and won't receive any new security update.

Convert the re module to PCRE2 API to enforce security.  Additional
dependency is now needed with uctypes due to changes in how PCRE2 return
the match_data in a pointer and require special handling.

The converted module is tested with the test_re.py with no regression.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-11-01 10:14:36 +11:00
..
manifest.py unix-ffi: Move more unix-only packages to unix-ffi. 2022-09-05 17:50:42 +10:00
re.py unix-ffi/re: Convert to PCRE2. 2023-11-01 10:14:36 +11:00
test_re.py unix-ffi: Move more unix-only packages to unix-ffi. 2022-09-05 17:50:42 +10:00