fixes invalid ordlookup function reference, adds compatibility for py veunicode strings and nd LPCSTR ord cast

This commit is contained in:
rkbennett
2023-01-07 11:14:05 -06:00
parent fc3dbea6c0
commit a43f405445
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ from hashlib import md5
import functools
import copy as copymod
import pythonmemorymodule.ordlookup
import pythonmemorymodule.ordlookup as ordlookup
codecs.register_error("backslashreplace_", codecs.lookup_error("backslashreplace"))