-
Clarify diagnostic log messages; simplify describe_callback fallback
released this
2026-09-16 02:55:10 +00:00 | 1 commits to main since this releaseUnnamed callables (partials, callable instances) are described by type
name only: docstrings are shown only for named callables, avoiding
misleading class docstrings in failure messages.Diagnostic messages revised for clarity when mixed with application
logs; logger.exception() messages no longer repeat the exception text,
which the traceback already shows.Downloads