Fix and deprecated the unicode_internal codec
unicode_internal codec uses Py_UNICODE instead of the real internal representation (PEP 393: Py_UCS1, Py_UCS2 or Py_UCS4) for backward compatibility.
V
Victor Stinner committed
9f4b1e9c50da83b51a4b0c7ee7d7dc3ef94a0cf6
Parent: 240c55f