diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-03-29 16:28:31 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-03-29 16:28:31 (GMT) |
commit | 1142de3f5b5cdd26756150d880ed6f25281c6ecb (patch) | |
tree | 9f0d6a879d3bd3468e4565eeb490b258999e0190 /Misc | |
parent | eddd68d56c1a1492a585b6484148f503f2ce2b03 (diff) | |
download | cpython-1142de3f5b5cdd26756150d880ed6f25281c6ecb.zip cpython-1142de3f5b5cdd26756150d880ed6f25281c6ecb.tar.gz cpython-1142de3f5b5cdd26756150d880ed6f25281c6ecb.tar.bz2 |
Patch #527027: Allow building python as shared library.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -335,6 +335,7 @@ Todd R. Palmer Dan Parisien Harri Pasanen Randy Pausch +Ondrej Palkovsky Marcel van der Peijl Samuele Pedroni Steven Pemberton @@ -89,6 +89,8 @@ Tools/Demos 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. |