commit | 1f7df3595a0ddc5ef545d686bbb2933b11b7c8ce | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Mar 29 03:29:08 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Mar 29 03:29:08 2002 +0000 |
tree | 6f6774880044bab55c1ba90903e75976912b8e23 | |
parent | 835840560bdd9edcf21186bace543e316fe921ca [diff] [blame] |
Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.
diff --git a/Misc/NEWS b/Misc/NEWS index 8ad196d..2275676 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -89,6 +89,10 @@ Build +- References to the CACHE_HASH and INTERN_STRINGS preprocessor symbols + were eliminated. They were always defined, and the internal features + they enabled stopped being experimental long ago. + C API - Objects allocated using the new PyMalloc_New and PyMalloc_NewVar