Skip to content

fix+enhanced py.ParseTupleAndKeywords() - #152

Closed
drew-512 wants to merge 1 commit into
go-python:masterfrom
drew-512:hotfix-parse-kwargs
Closed

fix+enhanced py.ParseTupleAndKeywords()#152
drew-512 wants to merge 1 commit into
go-python:masterfrom
drew-512:hotfix-parse-kwargs

Conversation

@drew-512

Copy link
Copy Markdown
Contributor

Fixes keyword arg parsing for py.ParseTupleAndKeywords(), exposed by tests added in: PR151

GC load enhancement: parseFormat() no longer makes allocations, eliminating (often) multiple allocations per call.

@codecov

codecov Bot commented Jan 29, 2022

Copy link
Copy Markdown

Codecov Report

Merging #152 (af5c88f) into master (965bc08) will increase coverage by 0.00%.
The diff coverage is 78.04%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #152   +/-   ##
=======================================
  Coverage   74.54%   74.55%           
=======================================
  Files          64       64           
  Lines       11182    11191    +9     
=======================================
+ Hits         8336     8343    +7     
- Misses       2296     2297    +1     
- Partials      550      551    +1     
Impacted Files Coverage Δ
py/args.go 63.00% <78.04%> (+1.46%) ⬆️

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 965bc08...af5c88f. Read the comment docs.

@sbinet

sbinet commented Jan 31, 2022

Copy link
Copy Markdown
Member

superceded by #151

@sbinet sbinet closed this Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants