mirror of
https://github.com/naksyn/PythonMemoryModule
synced 2026-06-06 16:24:25 +00:00
fixes invalid ordlookup function reference, adds compatibility for py veunicode strings and nd LPCSTR ord cast
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user