[issue16254] Make PyUnicode_AsWideCharString() increase temporary

2019-04-13 Thread Inada Naoki


Inada Naoki  added the comment:

fixed by #30863

--
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed
versions: +Python 3.8 -Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16254] Make PyUnicode_AsWideCharString() increase temporary

2019-04-13 Thread Inada Naoki


Change by Inada Naoki :


--
nosy: +inada.naoki

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16254] Make PyUnicode_AsWideCharString() increase temporary

2014-10-09 Thread STINNER Victor

STINNER Victor added the comment:

I proposed to change PyUnicode_AsWideCharString() to not cache the result: see 
my issue #22323 Rewrite PyUnicode_AsWideChar() and 
PyUnicode_AsWideCharString(): don't cache the result.

See also my issues #22271 Deprecate PyUnicode_AsUnicode(): emit a 
DeprecationWarning and #22324 Use PyUnicode_AsWideCharString() instead of 
PyUnicode_AsUnicode().

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16254
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16254] Make PyUnicode_AsWideCharString() increase temporary

2014-10-08 Thread Terry J. Reedy

Terry J. Reedy added the comment:

I tried to re-title to describe the enhancement proposal. There are multiple 
API proposals in the two messages above.

--
nosy: +terry.reedy
stage:  - needs patch
title: PyUnicode_AsWideCharString() increases string size - Make 
PyUnicode_AsWideCharString() increase temporary
type:  - enhancement
versions: +Python 3.5 -Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16254
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com