diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-03-30 10:06:07 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-03-30 10:06:07 (GMT) |
commit | 8deda70b16c0683c3d8718f751d8668f13977c70 (patch) | |
tree | 3f0eab6931ed8fcbe3595671e5b0ed2b28a01b9e /Misc | |
parent | 522cf1f6fb2dab78702af1f1f06b0855fab75149 (diff) | |
download | cpython-8deda70b16c0683c3d8718f751d8668f13977c70.zip cpython-8deda70b16c0683c3d8718f751d8668f13977c70.tar.gz cpython-8deda70b16c0683c3d8718f751d8668f13977c70.tar.bz2 |
Eliminate DONT_SHARE_SHORT_STRINGS.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -91,9 +91,9 @@ Build - On Unix, a shared libpython2.3.so can be created with --enable-shared. -- 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. +- All uses of the CACHE_HASH, INTERN_STRINGS, and DONT_SHARE_SHORT_STRINGS + preprocessor symbols were eliminated. The internal decisions they + controlled stopped being experimental long ago. C API |