diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-05 22:52:52 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-05 22:52:52 (GMT) |
commit | 0d4fd3493eb95a49ac0dee5c8607b1426432ab83 (patch) | |
tree | 1ae0fa194986df7a9ceda3092f93d8d39e465c88 /Misc | |
parent | 38870cb432687b62a660bd18cc43ac66882ce869 (diff) | |
download | cpython-0d4fd3493eb95a49ac0dee5c8607b1426432ab83.zip cpython-0d4fd3493eb95a49ac0dee5c8607b1426432ab83.tar.gz cpython-0d4fd3493eb95a49ac0dee5c8607b1426432ab83.tar.bz2 |
Fixed #5132: enable extensions to link on Solaris
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -149,6 +149,9 @@ Core and Builtins Library ------- +- Issue #5132: Fixed trouble building extensions under Solaris with + --enabled-shared activated. Initial patch by Dave Peterson. + - Issue #1581476: Always use the Tcl global namespace when calling into Tcl. - Issue #2047: shutil.move() could believe that its destination path was |