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 ebfe
Recipients ebfe, pitrou, vstinner
Date 2008-12-27.01:15:19
SpamBayes Score 1.9481617e-05
Marked as misclassified No
Message-id <1230340523.67.0.773830089256.issue4738@psf.upfronthosting.co.za>
In-reply-to
Content
new svn diff attached

- GIL is now released for adler32 and crc32 if the buffer is larger than
5kb (we don't want to risk burning cpu cycles by GIL-stuff)
- adler32 got it's param by s# but now does s* - why s# anyway?
- ENTER_ZLIB no longer gives away the GIL. It's dangerous and useless as
there is no pressure on the object's lock.
- deflateCopy() and inflateCopy() are not worth the trouble.u
History
Date User Action Args
2008-12-27 01:15:23ebfesetrecipients: + ebfe, pitrou, vstinner
2008-12-27 01:15:23ebfesetmessageid: <1230340523.67.0.773830089256.issue4738@psf.upfronthosting.co.za>
2008-12-27 01:15:22ebfelinkissue4738 messages
2008-12-27 01:15:22ebfecreate