You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lib/ldap: Provide _trace_level and _trace_file in non-debug mode
All use of these attributes *should* be guarded by `if __debug__`.
However, that's not always the case. Providing different API based
on __debug__ is unnecessarily fragile.
This is intended as a quick fix for a maintenance release.
Fixes: #226
0 commit comments