Of course, this Vladimir Marangozov wrote: > > to: > > #define Py_TRASHCAN_SAFE_BEGIN(op) \ > { \ > ++_PyTrash_delete_nesting; \ > if (_PyTrash_delete_nesting >= PyTrash_UNWIND_LEVEL && \ > _PyTrash_deposit_object((PyObject*)op) != 0) { \ > was meant to be this: #define Py_TRASHCAN_SAFE_BEGIN(op) \ { \ ++_PyTrash_delete_nesting; \ if (_PyTrash_delete_nesting < PyTrash_UNWIND_LEVEL || \ _PyTrash_deposit_object((PyObject*)op) != 0) { \ -- Vladimir MARANGOZOV | Vladimir.Marangozov@inrialpes.fr http://sirac.inrialpes.fr/~marangoz | tel:(+33-4)76615277 fax:76615252
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4