mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
This commit is contained in:
commit
fb3134f4d4
4 changed files with 20 additions and 5 deletions
|
|
@ -480,6 +480,8 @@ Windows
|
|||
C API
|
||||
-----
|
||||
|
||||
- Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
|
||||
|
||||
- Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
|
||||
PyStructSequence_Field, PyStructSequence_Desc, and wrapperbase are now of
|
||||
type ``const char *`` rather of ``char *``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue