This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jeremy.kloth
Recipients jeremy.kloth, jkloth, vstinner
Date 2022-02-26.03:33:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGvrs3Jqgotk2PnkmiCFWjrmSvfRGY74WEqsB=xqLhGZY7_9Og@mail.gmail.com>
In-reply-to <CAGvrs3KzZU5Nr7jvxrt=uNU4UJN9zU8+iOKHhhbCTF5sKG7wRQ@mail.gmail.com>
Content
> ./configure --enabled-shared --with-py-debug --with-trace-refs

(that's what I get for typing from memory):
./configure --enable-shared --with-pydebug --with-trace-refs

> > I proposed GH-31594 to fix this macro.
>
> Even using that change, I still have negative refs (but I still have
> Py_TRACE_REFS defined)

I initially missed the _PySet_Dummy change, with that total refs (w/o
dump_refs) is now 0.
History
Date User Action Args
2022-02-26 03:33:09jeremy.klothsetrecipients: + jeremy.kloth, vstinner, jkloth
2022-02-26 03:33:09jeremy.klothlinkissue46857 messages
2022-02-26 03:33:09jeremy.klothcreate