pyo3/newsfragments/4116.fixed.md
David Matos c66ed292ec
Disable PyUnicode_DATA on PyPy (#4116)
* Disable PYUNICODE_DATA on PyPy

* Add newsfragment

* Adjust import on PyString
2024-04-26 06:00:13 +00:00

2 lines
55 B
Markdown

Disable `PyUnicode_DATA` on PyPy: Not exposed by PyPy.