Author theller
Recipients
Date 2002-12-12.19:53:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11105

There is no need to review the patches, as it seems, nobody
needs this and the PEP will be rejected.

Discussion of the patches:
One thing is missing in pep298.core.patch, a change should
probably be made to PyType_Ready(), so that
Py_TPFLAGS_HAVE_GETCHARBUFFER is set when
Py_TPFLAGS_HAVE_LOCKEDBUFFER is present.

arraymodule.patch: A diffferent error should probably be
raised when the array object cannot be resized because it is
locked, currently the patch uses PyExc_RuntimeError.
History
Date User Action Args
2007-08-23 15:19:00adminlinkissue652857 messages
2007-08-23 15:19:00admincreate