Issue1665

classification
Title: cPickle calls __import__ with illegal parameters
Type: crash Severity: normal
Components: Library Versions: 2.5.2b1
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: akruis, bpedman, zyasoft
Priority: Keywords: patch

Created on 2010-10-20.11:48:32 by akruis, last changed 2010-10-22.01:42:40 by zyasoft.

Files
File name Uploaded Description Edit Remove
issue1665_test_and_fix.diff akruis, 2010-10-20.12:04:31 test and fix for this issue
Messages
msg6191 (view) Author: Anselm Kruis (akruis) Date: 2010-10-20.11:48:31
Brandon Pedman <bpedman> discovered (see #1648) a small coding bug, that makes an "import cPickle" fail, if the __import__ function is a python function. I'll provide a test and a fix.
msg6196 (view) Author: Jim Baker (zyasoft) Date: 2010-10-22.01:42:40
Fixed in r7163 by applying Anselm's patch. Thanks!
History
Date User Action Args
2010-10-22 01:42:40zyasoftsetstatus: open -> closed
resolution: fixed
messages: + msg6196
2010-10-20 12:24:33zyasoftsetassignee: zyasoft
2010-10-20 12:06:06akruissetnosy: + zyasoft, bpedman
2010-10-20 12:04:55akruissettype: crash
2010-10-20 12:04:33akruissetfiles: + issue1665_test_and_fix.diff
keywords: + patch
2010-10-20 11:48:32akruiscreate