Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lib/ldap: Provide _trace atributes 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: https://github.com/python-ldap/python-ldap/issues/226
- Loading branch information