diff options
author | Ned Deily <nad@acm.org> | 2012-08-05 21:42:45 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-08-05 21:42:45 (GMT) |
commit | 670280470d1da26eb047584ed6e6c22f36bb01f2 (patch) | |
tree | 36baaee8979560fa1e7f3a4f390bdb28e7b6a4aa /Misc/NEWS | |
parent | 947f358a069c9141c0230e440ab5cba07df0f87f (diff) | |
download | cpython-670280470d1da26eb047584ed6e6c22f36bb01f2.zip cpython-670280470d1da26eb047584ed6e6c22f36bb01f2.tar.gz cpython-670280470d1da26eb047584ed6e6c22f36bb01f2.tar.bz2 |
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -327,6 +327,8 @@ Tests Build ----- +- Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. + - Issue #8847: Disable COMDAT folding in Windows PGO builds. - Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. |