Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing compile error Error compiling Cython file: ------------------------------------------------------------ from .exceptions import BrokerTimeoutError from .exceptions import Error LOGGER = logging.getLogger(__name__) BallUtil.initBallSingleton(_log_callback) ^ ------------------------------------------------------------ src/bloomberg/bmq/_ext.pyx:38:27: Cannot assign type 'void (const char *, int, const char *, int, const char *) except * nogil' to 'void (*)(char *, int, char *, int, char *) noexcept'. Exception values are incompatible. Suggest adding 'noexcept' to the type of '_log_callback'. Signed-off-by: John <me@joh.ng>
- Loading branch information