Message 170624 - Python tracker
Message170624
| Author | sbt |
|---|---|
| Recipients | amaury.forgeotdarc, jcea, sbt |
| Date | 2012-09-17.20:17:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1347913029.92.0.0701048960723.issue15903@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
New patch which checks the refcount of the memoryview and bytes object after calling readinto(). If either refcount is larger than the expected value of 1, then the data is copied rather than resized. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-17 20:17:10 | sbt | set | recipients: + sbt, jcea, amaury.forgeotdarc |
| 2012-09-17 20:17:09 | sbt | set | messageid: <1347913029.92.0.0701048960723.issue15903@psf.upfronthosting.co.za> |
| 2012-09-17 20:17:09 | sbt | link | issue15903 messages |
| 2012-09-17 20:17:09 | sbt | create | |