mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Note that LINEAR_PROBES can be set to zero.
This commit is contained in:
@@ -43,7 +43,7 @@ PyObject *_PySet_Dummy = dummy;
|
||||
/* ======================================================================== */
|
||||
/* ======= Begin logic for probing the hash table ========================= */
|
||||
|
||||
/* This should be >= PySet_MINSIZE - 1 */
|
||||
/* Set this to zero to turn-off linear probing */
|
||||
#ifndef LINEAR_PROBES
|
||||
#define LINEAR_PROBES 9
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user