Message110559
Alexandre,
I am not sure your change form PyObject_Size(args) to Py_SIZE(args) is correct. As far as I can tell, args come from pickle machine stack without any type checks. The equivalent code in 2.x cPickle uses PyObject_Size and checks for errors. I'll try to come up with a test case for the error situation, but it is a bit tricky because pickle should be produced in 2.x in order for this function to be used. |
|
Date |
User |
Action |
Args |
2010-07-17 14:28:20 | belopolsky | set | recipients:
+ belopolsky, lemburg, mark.dickinson, pitrou, alexandre.vassalotti |
2010-07-17 14:28:20 | belopolsky | set | messageid: <1279376900.45.0.0932380222718.issue5180@psf.upfronthosting.co.za> |
2010-07-17 14:28:19 | belopolsky | link | issue5180 messages |
2010-07-17 14:28:18 | belopolsky | create | |
|