Bug 231138

Summary: disconnect of signals not implemented in krosspython
Product: [Developer tools] bindings Reporter: Joris Guisson <joris.guisson>
Component: generalAssignee: Sebastian Sauer <mail>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: ashl1future, cullmann, mail
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Joris Guisson 2010-03-17 20:10:46 UTC
Version:            (using KDE 4.4.1)
OS:                Linux
Installed from:    Ubuntu Packages

The problem is this function in pythonextension.cpp:

Py::Object PythonExtension::doDisconnect(const Py::Tuple&)
{
    //TODO
    return PythonType<bool>::toPyObject(false);
}

This means that if you connect to a signal in your script you can't disconnect and if you remove the script the function connect to it still gets called when the signal is emitted, which is even worse.
Comment 1 Sebastian Sauer 2010-04-10 23:45:11 UTC
assign to me
Comment 2 Justin Zobel 2021-03-09 05:24:45 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.
Comment 3 Christoph Cullmann 2024-05-06 18:09:56 UTC
The bindings we had are no longer maintained and got removed with either KF5 or KF6, depending on the language.