Skip to content

Conversation

djpohly
Copy link
Contributor

@djpohly djpohly commented Jul 7, 2022

I discovered something more straightforward than what I had in #413 to fix the interactions between copy.copy() and a customized __new__. (For info about the __getnewargs__ method, see the pickle module.)

@codecov-commenter
Copy link

Codecov Report

Merging #427 (ed3c20f) into master (05b3aad) will decrease coverage by 0.20%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #427      +/-   ##
==========================================
- Coverage   89.67%   89.46%   -0.21%     
==========================================
  Files          11       11              
  Lines        4028     4026       -2     
  Branches     1013     1013              
==========================================
- Hits         3612     3602      -10     
- Misses        217      224       +7     
- Partials      199      200       +1     
Impacted Files Coverage Δ
pyparsing/core.py 88.63% <100.00%> (-0.33%) ⬇️

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 05b3aad...ed3c20f. Read the comment docs.

@ptmcg
Copy link
Member

ptmcg commented Jul 9, 2022

Ok, we'll give it a shot!

@ptmcg ptmcg merged commit 7994f6f into pyparsing:master Jul 9, 2022
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.

3 participants