Skip to content
Snippets Groups Projects
Commit 8fff90d3 authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Drop use of functools.wrap in logging_pool

functools.wrap is only warranted to work with functions and methods but
logging_pool is warranted to work with callable behaviors, so using
functools.wrap has been wrong all along.

The particular incompatibility motivating this correction is that
callable objects do not have a "__name__" attribute.
parent a847f51c
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment