Message 55838 - Python tracker (original) (raw)

Message55838

Author gregory.p.smith
Recipients gregory.p.smith
Date 2007-09-12.06:57:31
SpamBayes Score 7.197935e-05
Marked as misclassified No
Message-id 1189580255.42.0.204716542053.issue1035@psf.upfronthosting.co.za
In-reply-to
Content
Attaching the most recent patch (minor update from the second one i sent to the python-3000 mailing list to initialize ob_readonly_exports = 0 in the appropriate places). Current mailing list discussion is pointing out that the name LOCKDATA means something other than what the existing pep3118 description implies and that we may want to modify the pep to support more obviously named things such as READ_LOCK, and EXCLUSIVE or similar... here's a link to the current thread: http://mail.python.org/pipermail/python-3000/2007-September/010325.html
Files
File name Uploaded
bytes-readlock-via-lockdata-gps02.patch.txt gregory.p.smith,2007-09-12.06:57:31
History
Date User Action Args
2007-09-12 06:57:36 gregory.p.smith set spambayes_score: 7.19794e-05 -> 7.197935e-05recipients: + gregory.p.smith
2007-09-12 06:57:35 gregory.p.smith set spambayes_score: 7.19794e-05 -> 7.19794e-05messageid: 1189580255.42.0.204716542053.issue1035@psf.upfronthosting.co.za
2007-09-12 06:57:35 gregory.p.smith link issue1035 messages
2007-09-12 06:57:34 gregory.p.smith create