Message2787

Author yole
Recipients
Date 2007-08-11.10:32:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
According to PEP 307, the safe_for_unpickling check is no longer performed in Python 2.3 and later. The code in the 2.3 branch was broken since r2846, which removed safe_constructors initialization but kept its use (so every attempt to access the array produced NPE). This patch removes both safe_constructors and safe_for_unpickling checks.
History
Date User Action Args
2008-02-20 17:18:45adminlinkissue1772172 messages
2008-02-20 17:18:45admincreate