commit | 8e830a06643384d0c33432207585e5b0702d18a5 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Feb 20 16:54:30 2013 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Feb 20 16:54:30 2013 -0500 |
tree | e26b648425023eb04437ea7800ad496d29365072 | |
parent | fffc479f15636d4f6afb297f4f8fb0016cd162a6 [diff] [blame] |
fix building without pymalloc (closes #17228)
diff --git a/Misc/NEWS b/Misc/NEWS index d03d7c6..2c88b61 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -853,6 +853,8 @@ Build ----- +- Issue #17228: Fix building without pymalloc. + - Issue #17086: Backport the patches from the 3.3 branch to cross-build the package.