Comment 2 for bug 2069156

Revision history for this message
Marius Gedminas (mgedmin) wrote :

This might be https://github.com/weechat/weechat/issues/2046, caused by a bug in Python 3.12.

I have both Perl and Python plugins loaded, and my Valgrind log shows that the memory that the Perl plugin is trying to free during unload was freed by _PyObject_Free earlier.