From e8c49a7e042af4267765bbf37119ffa608be54e3 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sun, 6 Oct 2013 15:56:31 +0200 Subject: [PATCH] drop testcapi addition --- pep-0456.txt | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pep-0456.txt b/pep-0456.txt index e2b80bb65..0483268cf 100644 --- a/pep-0456.txt +++ b/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 =================================