On Sat, Dec 26, 2020 at 3:54 AM Phil Thompson via Python-Dev <
python-dev@python.org> wrote:
> It's worth comparing the situation with byte arrays. There is no problem
> of translating different representations of an element, but there is
> still the issue of who owns the memory. The Python buffer
On 26/12/2020 10:52, Ronald Oussoren via Python-Dev wrote:
On 25 Dec 2020, at 23:03, Nelson, Karl E. via Python-Dev
wrote:
I was directed to post this request to the general Python development
community so hopefully this is on topic.
One of the weaknesses of the PyUnicode implementation is
> On 25 Dec 2020, at 23:03, Nelson, Karl E. via Python-Dev
> wrote:
>
> I was directed to post this request to the general Python development
> community so hopefully this is on topic.
>
> One of the weaknesses of the PyUnicode implementation is that the type is
> concrete and there is no o