Message105316
I also have my doubts about the other 'goto error' lines in PyType_Ready, but I haven't figured out how to trigger those gotos in normal code.
Trying to figure out how to clean up properly on error in PyType_Ready is making my head hurt.
As a quick fix, we could simply do a PyErr_Clear() if the PyErr_WarnPy3k returns -1; this clearly isn't right, but at least it gets rid of the "XXX undetected error". |
|
Date |
User |
Action |
Args |
2010-05-08 16:50:11 | mark.dickinson | set | recipients:
+ mark.dickinson, brett.cannon, ncoghlan |
2010-05-08 16:50:11 | mark.dickinson | set | messageid: <1273337411.19.0.189734072777.issue8627@psf.upfronthosting.co.za> |
2010-05-08 16:50:09 | mark.dickinson | link | issue8627 messages |
2010-05-08 16:50:08 | mark.dickinson | create | |
|