PEP 445: rephrase abstract
Remove also a wrong sentence: using the same prototypes than external libraries is not a must-have. In fact, it was neither a guideline for this PEP, but just an inspiration.
This commit is contained in:
parent
03210e6ffd
commit
e1d30cc03e
|
@ -12,8 +12,8 @@ Python-Version: 3.4
|
|||
Abstract
|
||||
========
|
||||
|
||||
Add new Application Programming Interfaces (API) to customize Python
|
||||
memory allocators.
|
||||
This PEP proposes new Application Programming Interfaces (API) to customize
|
||||
Python memory allocators.
|
||||
|
||||
|
||||
Rationale
|
||||
|
@ -642,9 +642,6 @@ In C++, the context can be used to pass *this*.
|
|||
External libraries
|
||||
==================
|
||||
|
||||
Python should try to reuse the same prototypes for allocator functions
|
||||
than other libraries.
|
||||
|
||||
Libraries used by Python:
|
||||
|
||||
* OpenSSL: `CRYPTO_set_mem_functions()
|
||||
|
|
Loading…
Reference in New Issue