add regex and excludes
This commit is contained in:
5
game_backuper/_Python.pxd
Normal file
5
game_backuper/_Python.pxd
Normal 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)
|
||||
Reference in New Issue
Block a user