This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
标题: md_state is not released
类型: Stage:
Components: Versions: Python 3.0, Python 3.1
process
状态: closed Resolution: fixed
Dependencies: 后续:
分配给: pitrou 抄送列表: benjamin.peterson, loewis, pitrou
优先级: release blocker 关键字: patch

Created on 2009-01-04 23:16 by loewis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

文件
文件名 上传时间 Description 编辑
issue4838.patch pitrou, 2009-01-17 20:45
Messages (4)
msg79095 - (view) Author: Martin v. Löwis (loewis) * (Python committer) 日期: 2009-01-04 23:16
module_dealloc should free md_state if it is non-zero, after m_free was
called.
msg80044 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) 日期: 2009-01-17 20:45
Here is a patch. I'm not sure if I'm missing something here, since it
looks trivial.
msg80045 - (view) Author: Martin v. Löwis (loewis) * (Python committer) 日期: 2009-01-17 20:46
Looks fine, please apply.
msg80050 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) 日期: 2009-01-17 21:40
Fixed in r68669.
历史
日期 用户 动作 参数
2022-04-11 14:56:43admin修改抄送: + benjamin.peterson
github: 49088
2009-01-17 21:41:00pitrou修改状态: open -> closed
resolution: accepted -> fixed
消息: + msg80050
2009-01-17 20:46:50loewis修改assignee: pitrou
resolution: accepted
消息: + msg80045
2009-01-17 20:45:03pitrou修改文件: + issue4838.patch
keywords: + patch
消息: + msg80044
抄送: + pitrou
2009-01-04 23:16:29loewis创建