A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2000-April/003350.html below:

[Python-Dev] Crash in new "trashcan" mechanism.

[Python-Dev] Crash in new "trashcan" mechanism. [Python-Dev] Crash in new "trashcan" mechanism.Vladimir Marangozov Vladimir.Marangozov@inrialpes.fr
Wed, 12 Apr 2000 05:34:48 +0200 (CEST)
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