linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04697
[Bug 881790] [NEW] adchpp::SocketManager::Callback returned from addTimedJob isn't callable in python
Public bug reported:
the callback function returned from addTimedJob is not a callable object
in Python.
patch attached
Added typemap(out) for std::function<void()> that converts and returns proxy/decorator function to python
** Affects: adchpp
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/881790
Title:
adchpp::SocketManager::Callback returned from addTimedJob isn't
callable in python
Status in ADCH++:
New
Bug description:
the callback function returned from addTimedJob is not a callable
object in Python.
patch attached
Added typemap(out) for std::function<void()> that converts and returns proxy/decorator function to python
To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/881790/+subscriptions
Follow ups
References