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.

Author scoder
Recipients scoder
Date 2008-06-06.08:08:30
SpamBayes Score 0.20316325
Marked as misclassified No
Message-id <1212739713.23.0.496968844105.issue3046@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that removes all occurrences of the locking protocol
from the current py3k branch code base.

There are still some issues in memoryobject.c:

- there was an occurrence of PyBUF_SHADOW that might have to be handled

- memory_getbuf and memory_releasebuf must be reimplemented as it is no
longer allowed to call getbuffer/releasebuffer with a NULL pointer
History
Date User Action Args
2008-06-06 08:08:33scodersetspambayes_score: 0.203163 -> 0.20316325
recipients: + scoder
2008-06-06 08:08:33scodersetspambayes_score: 0.203163 -> 0.203163
messageid: <1212739713.23.0.496968844105.issue3046@psf.upfronthosting.co.za>
2008-06-06 08:08:32scoderlinkissue3046 messages
2008-06-06 08:08:32scodercreate