add regex and excludes

This commit is contained in:
2021-09-11 20:27:57 +08:00
parent eed35713ea
commit 5becf9c73a
9 changed files with 661 additions and 63 deletions

View File

@@ -0,0 +1,5 @@
cdef extern from "Python.h":
void Py_INCREF(object o)
void Py_DECREF(object o)
const char* PyUnicode_AsUTF8(object unicode)
const char* PyUnicode_AsUTF8AndSize(object unicode, Py_ssize_t *size)