[Python-Dev] unicode vs buffer (array) design issue can crash interpreter (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri Apr 14 11🔞44 CEST 2006
- Previous message: [Python-Dev] unicode vs buffer (array) design issue can crash interpreter
- Next message: [Python-Dev] unicode vs buffer (array) design issue can crash interpreter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
M.-A. Lemburg wrote:
I'd argue that such code is broken anyway: 3rd party code simply cannot make any assumptions on the typedef behind PyUNICODE.
The code would work just fine now, but will stop working with the change. Users of the code might not be open to arguments.
In any case, it's up to the release manager to decide.
Note that you'd only see this change when compiling Python in the non-standard UCS4 setting on Linux.
Sure. That happens to be the default on many Linux distributions, though.
Regards, Martin
- Previous message: [Python-Dev] unicode vs buffer (array) design issue can crash interpreter
- Next message: [Python-Dev] unicode vs buffer (array) design issue can crash interpreter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]