Vilya Harvey <[email protected]> added the comment:

Could it return an opaque wrapper object, rather than just the raw address? 
Something like:

typedef struct _PyNativeSignalHandler {
  PyObject_HEAD
  sighandler_t handler_func;
} PyNativeSignalHandler;

where the type object doesn't expose any way to read or manipulate the 
handler_func. Would that work, do you think?

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue13285>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to