Message 95710 - Python tracker
Message95710
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson, pitrou, rnk |
| Date | 2009-11-25.03:27:39 |
| SpamBayes Score | 0.0040092245 |
| Marked as misclassified | No |
| Message-id | <1259119662.79.0.234238930113.issue6033@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Yes, my patch introduces that regression you mention. PyPy solves this by having the instances dictionary keep track of shadowing of the type dictionary. Not easy for CPython... I wish you luck on your patch! |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-11-25 03:27:43 | benjamin.peterson | set | recipients: + benjamin.peterson, pitrou, rnk |
| 2009-11-25 03:27:42 | benjamin.peterson | set | messageid: <1259119662.79.0.234238930113.issue6033@psf.upfronthosting.co.za> |
| 2009-11-25 03:27:40 | benjamin.peterson | link | issue6033 messages |
| 2009-11-25 03:27:39 | benjamin.peterson | create | |