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:
Victor Stinner 2013-07-01 22:44:48 +02:00
parent 03210e6ffd
commit e1d30cc03e
1 changed files with 2 additions and 5 deletions

View File

@ -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()