Skip to content

Auto-detect stacklevel for bytes warning #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

tiran
Copy link
Member

@tiran tiran commented Dec 12, 2017

Alternative approach to PR #109. I'm walking up the stack frames to find the first frame that is outside the python-ldap's ldapobject module.

Closes: #108
Signed-off-by: Christian Heimes cheimes@redhat.com

Closes: python-ldap#108
Signed-off-by: Christian Heimes <cheimes@redhat.com>
@codecov
Copy link

codecov bot commented Dec 12, 2017

Codecov Report

Merging #120 into master will increase coverage by 0.17%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   68.87%   69.04%   +0.17%     
==========================================
  Files          49       49              
  Lines        4694     4688       -6     
  Branches      789      788       -1     
==========================================
+ Hits         3233     3237       +4     
+ Misses       1111     1102       -9     
+ Partials      350      349       -1
Impacted Files Coverage Δ
Lib/ldap/ldapobject.py 67.66% <100%> (+0.85%) ⬆️
Lib/slapdtest/_slapdtest.py 82.88% <0%> (+1.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 673957d...eeb2d79. Read the comment docs.

@encukou
Copy link
Member

encukou commented Dec 15, 2017

Fixed in #128

@encukou encukou closed this Dec 15, 2017
@tiran tiran deleted the warn_autostack branch December 15, 2017 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants