| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## master #151 +/- ##
==========================================
+ Coverage 74.54% 74.55% +0.01%
==========================================
Files 64 64
Lines 11182 11191 +9
==========================================
+ Hits 8336 8344 +8
Misses 2296 2296
- Partials 550 551 +1
Continue to review full report at Codecov.
|
Sorry, something went wrong.
This CL also reduces the memory pressure of py.ParseTupleAndKeywords by using a local bytes buffer.
There was a problem hiding this comment.
LGTM.
I took the liberty of cherry-picking #152 into this PR and pushing into your branch (with slight reword of the commit messages).
could you send another PR against go-python/license adding yourself to the AUTHORS and CONTRIBUTORS files?
then I'll merge this one.
Sorry, something went wrong.
|
thanks a lot for sticking w/ us. and welcome to go-python :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This expands and restores testing for print with keyword args, exposing bugs in py.ParseTupleAndKeywords()
Accompanied with additional PR to merge branch hotfix-parse-kwargs