mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #10288: The deprecated family of "char"-handling macros
(ISLOWER()/ISUPPER()/etc) have now been removed: use Py_ISLOWER() etc instead.
This commit is contained in:
parent
de11b189d1
commit
9696088b6d
4 changed files with 28 additions and 59 deletions
|
@ -252,6 +252,10 @@ Extensions
|
|||
C-API
|
||||
-----
|
||||
|
||||
- Issue #10288: The deprecated family of "char"-handling macros
|
||||
(ISLOWER()/ISUPPER()/etc) have now been removed: use Py_ISLOWER() etc
|
||||
instead.
|
||||
|
||||
- Issue #9778: Hash values are now always the size of pointers. A new Py_hash_t
|
||||
type has been introduced.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue