FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix+enhanced py.ParseTupleAndKeywords() by drew-512 · Pull Request #152 · go-python/gpython · GitHub

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

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 Bot commented Jan 29, 2022
edited
Loading

Copy link
Copy Markdown

Codecov Report

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

@@           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 commented Jan 31, 2022

Copy link
Copy Markdown
Member

superceded by #151

sbinet closed this Jan 31, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL