Bugfix: Check argument types and encodings in zts_py_send()
This commit is contained in:
@@ -20,10 +20,14 @@
|
||||
#ifndef SIGNALS_HPP
|
||||
#define SIGNALS_HPP
|
||||
|
||||
#ifdef ZTS_ENABLE_PYTHON
|
||||
#define ZTS_ENABLE_CUSTOM_SIGNAL_HANDLERS 1
|
||||
#endif
|
||||
|
||||
#ifdef ZTS_ENABLE_CUSTOM_SIGNAL_HANDLERS
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
void _signal_handler(int signal);
|
||||
|
||||
@@ -34,4 +38,4 @@ void _install_signal_handlers();
|
||||
|
||||
#endif // ZTS_ENABLE_CUSTOM_SIGNAL_HANDLERS
|
||||
|
||||
#endif // _H
|
||||
#endif // _H
|
||||
|
||||
Reference in New Issue
Block a user