drop testcapi addition

This commit is contained in:
Christian Heimes 2013-10-06 15:56:31 +02:00
parent 10346678ba
commit e8c49a7e04
1 changed files with 0 additions and 13 deletions

View File

@ -374,19 +374,6 @@ to the object to reflect the active hash algorithm and its properties.
seed_bits=128) 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 Necessary modifications to C code
================================= =================================