From 2116a719623bfe71319f8db15a6486f4a585b707 Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Wed, 14 Dec 2022 16:41:34 +0100 Subject: [PATCH] Remove bounds check deactivation --- spacy/tokens/doc.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/tokens/doc.pyx b/spacy/tokens/doc.pyx index b5a3a81d9..b5ee0676d 100644 --- a/spacy/tokens/doc.pyx +++ b/spacy/tokens/doc.pyx @@ -2182,7 +2182,6 @@ cdef uint64_t FNV1A_OFFSET_BASIS = 0xcbf29ce484222325 cdef uint64_t FNV1A_PRIME = 0x00000100000001B3 -@cython.boundscheck(False) # Deactivate bounds checking cdef int _write_hashes( const unsigned char* res_buf, const unsigned char* aff_l_buf,