diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-02-15 21:45:06 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-02-15 21:45:06 (GMT) |
commit | 19ed3c8bf5570d0709f7c8399d87d130de8d954e (patch) | |
tree | 9dfe3c597cf2d55eabea5899028c42fa3b31cdf8 /Misc | |
parent | 0f7affe400502350a1fb947c9fbf06e5660183dc (diff) | |
download | cpython-19ed3c8bf5570d0709f7c8399d87d130de8d954e.zip cpython-19ed3c8bf5570d0709f7c8399d87d130de8d954e.tar.gz cpython-19ed3c8bf5570d0709f7c8399d87d130de8d954e.tar.bz2 |
Merged revisions 78202 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78202 | martin.v.loewis | 2010-02-15 22:41:12 +0100 (Mo, 15 Feb 2010) | 2 lines
Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -682,7 +682,7 @@ Extension Modules Build ----- -- Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4. +- Issue #3920, #7903: Define _BSD_SOURCE on OpenBSD 4.4 through 4.9. - Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the private memory allocation scheme in dtoa.c and use PyMem_Malloc and |