Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). | Armin Rigo | 2006-06-01 | 1 | -32/+0 |
| | | | | [ 1456209 ] dictresize() vulnerability ( <- backport candidate ). | ||||
* | A dictresize() attack. If oldtable == mp->ma_smalltable then pure | Armin Rigo | 2006-04-18 | 1 | -0/+32 |
Python code can mangle with mp->ma_smalltable while it is being walked over. |