[Python-checkins] peps: drop testcapi addition

christian.heimes python-checkins at python.org
Sun Oct 6 15:56:38 CEST 2013


http://hg.python.org/peps/rev/2781d7bad1d6
changeset:   5172:2781d7bad1d6
user:        Christian Heimes <christian at cheimes.de>
date:        Sun Oct 06 15:56:31 2013 +0200
summary:
  drop testcapi addition

files:
  pep-0456.txt |  13 -------------
  1 files changed, 0 insertions(+), 13 deletions(-)


diff --git a/pep-0456.txt b/pep-0456.txt
--- a/pep-0456.txt
+++ b/pep-0456.txt
@@ -374,19 +374,6 @@
                   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
 =================================
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list