Message 78326 - Python tracker
Message78326
| 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:23 | ebfe | set | recipients: + ebfe, pitrou, vstinner |
| 2008-12-27 01:15:23 | ebfe | set | messageid: <1230340523.67.0.773830089256.issue4738@psf.upfronthosting.co.za> |
| 2008-12-27 01:15:22 | ebfe | link | issue4738 messages |
| 2008-12-27 01:15:22 | ebfe | create | |