mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
Remove buffer API from stable ABI for now, see #10181.
This commit is contained in:
parent
e85da7aa4f
commit
c83bc3c1fb
5 changed files with 8 additions and 11 deletions
|
|
@ -8,6 +8,8 @@ What's New in Python 3.2 Release Candidate 1
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Remove buffer API from stable ABI for now, see #10181.
|
||||
|
||||
- Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
|
||||
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int
|
||||
(length bigger than 2^31-1 bytes).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue