mirror of
https://github.com/python/cpython.git
synced 2026-01-08 00:12:42 +00:00
Markup fix.
This commit is contained in:
parent
179a3dbc9e
commit
c2228c8995
1 changed files with 1 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ that may require changes to your code.
|
|||
libraries that assumed the previous behaviour was intentional can use
|
||||
:func:`inspect.unwrap` to gain equivalent behaviour.
|
||||
|
||||
* (C API) The result of the :c:var:`PyOS_ReadlineFunctionPointer` callback must
|
||||
* (C API) The result of the :c:data:`PyOS_ReadlineFunctionPointer` callback must
|
||||
now be a string allocated by :c:func:`PyMem_RawMalloc` or
|
||||
:c:func:`PyMem_RawRealloc`, or *NULL* if an error occurred, instead of a
|
||||
string allocated by :c:func:`PyMem_Malloc` or :c:func:`PyMem_Realloc`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue