Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7160f8

Browse files
committed
Added test whether wchar_t is signed or not. A signed wchar_t is not usable as internal unicode type base for Py_UNICODE since the unicode implementation assumes an unsigned type.
1 parent 7e74384 commit d7160f8

3 files changed

Lines changed: 2349 additions & 3103 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ What's New in Python 2.4 alpha 1?
1212
Core and builtins
1313
-----------------
1414

15+
- Added test whether wchar_t is signed or not. A signed wchar_t is not
16+
usable as internal unicode type base for Py_UNICODE since the
17+
unicode implementation assumes an unsigned type.
18+
1519
- Fixed a bug in the cache of length-one Unicode strings that could
1620
lead to a seg fault. The specific problem occurred when an earlier,
1721
non-fatal error left an uninitialized Unicode object in the

0 commit comments

Comments
 (0)