kwarg testing (exposes bugs in py.ParseTupleAndKeywords)#151
kwarg testing (exposes bugs in py.ParseTupleAndKeywords)#151sbinet merged 2 commits intogo-python:masterfrom drew-512:expand-kwarg-print-tests
Conversation
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.
|
This CL also reduces the memory pressure of py.ParseTupleAndKeywords by using a local bytes buffer.
sbinet
left a comment
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.
|
needs go-python/license#16 |
|
thanks a lot for sticking w/ us. and welcome to go-python :) |
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