Message255660
Well, one thing I noticed is that init_stuff() in cPickle.c can leak the copy_reg module object, if any of the subsequent PyObject_GetAttr*() calls fail. They return -1 without decref'ing copyreg. Probably not a horrible leak since it's probably rare, but it should be fixed on principle. |
|
| Date |
User |
Action |
Args |
| 2015-12-01 16:51:04 | barry | set | recipients:
+ barry, doko, benjamin.peterson, martin.panter, serhiy.storchaka |
| 2015-12-01 16:51:03 | barry | set | messageid: <1448988663.97.0.545018750602.issue25698@psf.upfronthosting.co.za> |
| 2015-12-01 16:51:03 | barry | link | issue25698 messages |
| 2015-12-01 16:51:03 | barry | create | |
|