diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-09-08 23:04:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-09-08 23:04:22 (GMT) |
commit | 7f6d0834f987f1f1599347131de4f5e9e8cb4864 (patch) | |
tree | 7987633861e1dd0ad6787a6af8186a5b2929157b /Misc | |
parent | 5cfa8044ff9fd26dc4915fc2ce5b2d005eea3261 (diff) | |
download | cpython-7f6d0834f987f1f1599347131de4f5e9e8cb4864.zip cpython-7f6d0834f987f1f1599347131de4f5e9e8cb4864.tar.gz cpython-7f6d0834f987f1f1599347131de4f5e9e8cb4864.tar.bz2 |
#6865 fix ref counting in initialization of pwd module
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1303,6 +1303,9 @@ C-API Extension Modules ----------------- +- Issue #6865: Fix reference counting issue in the initialization of the pwd + module. + - Issue #6848: Fix curses module build failure on OS X 10.6. - Fix a segfault in expat when given a specially crafted input lead to the |