-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
It would be nice if this library also worked with PyPy.
It might not be that hard to get it working.
Known issues
Py_UNICODE_IS_SURROGATEdoesn't exist in PyPy- Easy to vendor
_PyUnicode_Copydoesn't exist in PyPy- Read bpo-34454: Clean up datetime.fromisoformat surrogate handling python/cpython#8959 for context, then vendor?
- The way we monkeypatch the methods is very cPython specific
- Figure out the proper PyPy way
edgarrmondragon
Metadata
Metadata
Assignees
Labels
No labels