diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-02-15 21:46:27 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-02-15 21:46:27 (GMT) |
commit | 4d0a20a8934b4593ead77b3d2297add71ebadb38 (patch) | |
tree | 1f84e910a84fc871bc3d12c23b6afeea61c44f24 /Misc/NEWS | |
parent | ee137ff1a98db52d9ebc4482c0a7898e5ad70547 (diff) | |
download | cpython-4d0a20a8934b4593ead77b3d2297add71ebadb38.zip cpython-4d0a20a8934b4593ead77b3d2297add71ebadb38.tar.gz cpython-4d0a20a8934b4593ead77b3d2297add71ebadb38.tar.bz2 |
Merged revisions 78204 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78204 | martin.v.loewis | 2010-02-15 22:45:06 +0100 (Mo, 15 Feb 2010) | 9 lines
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/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -366,7 +366,7 @@ C-API 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 |