diff options
author | Petri Lehtinen <petri@digip.org> | 2013-02-23 16:24:44 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 16:24:44 (GMT) |
commit | d784e53d9683b26822cc08b02a4bc6cb5a482e66 (patch) | |
tree | 2d33f07be270d25ddc00b8dc4611a9d76041ab81 /Misc | |
parent | 4eb9f5000e0ee147b15fd6d1b0db3237ad3638f3 (diff) | |
parent | d2132144a475bad3676f80d55098b0daba6110f4 (diff) | |
download | cpython-d784e53d9683b26822cc08b02a4bc6cb5a482e66.zip cpython-d784e53d9683b26822cc08b02a4bc6cb5a482e66.tar.gz cpython-d784e53d9683b26822cc08b02a4bc6cb5a482e66.tar.bz2 |
Issue #5033: Fix building of the sqlite3 extension module
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -917,6 +917,7 @@ Samuele Pedroni Justin Peel Marcel van der Peijl Berker Peksag +Andreas Pelme Steven Pemberton Bo Peng Santiago Peresón @@ -945,6 +945,9 @@ Tests Build ----- +- Issue #5033: Fix building of the sqlite3 extension module when the + SQLite library version has "beta" in it. Patch by Andreas Pelme. + - Issue #17228: Fix building without pymalloc. - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac. |