drop testcapi addition
This commit is contained in:
parent
10346678ba
commit
e8c49a7e04
13
pep-0456.txt
13
pep-0456.txt
|
@ -374,19 +374,6 @@ to the object to reflect the active hash algorithm and its properties.
|
|||
seed_bits=128)
|
||||
|
||||
|
||||
_testcapi
|
||||
---------
|
||||
|
||||
The `_testcapi` C module gets a function to hash a buffer or string object
|
||||
with any supported hash algorithm. The function neither uses nor sets the
|
||||
cached hash value of the object. The feature is soley intended for benchmarks
|
||||
and testing.
|
||||
|
||||
::
|
||||
|
||||
_testcapi.get_hash(name: str, str_or_buffer) -> int
|
||||
|
||||
|
||||
Necessary modifications to C code
|
||||
=================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue