Message 170226 - Python tracker
Message170226
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, jcea, sbt |
| Date | 2012-09-10.20:01:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1347307270.91.0.883729625848.issue15903@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It works as along as the bytes object cannot leak to Python code, (imagine a custom readinto() method which plays with gc.get_referrers, then calls hash(b)...) This is OK with this patch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-10 20:01:10 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, jcea, sbt |
| 2012-09-10 20:01:10 | amaury.forgeotdarc | set | messageid: <1347307270.91.0.883729625848.issue15903@psf.upfronthosting.co.za> |
| 2012-09-10 20:01:10 | amaury.forgeotdarc | link | issue15903 messages |
| 2012-09-10 20:01:10 | amaury.forgeotdarc | create | |