Closed cfbolz closed 8 months ago
Totals | |
---|---|
Change from base Build 7973406898: | 0.02% |
Covered Lines: | 552 |
Relevant Lines: | 561 |
Does anything here actually test that derive()
doesn't copy __notes__
?
Does anything here actually test that
derive()
doesn't copy__notes__
?
The test changes that I did tests it, but very indirectly. So I've now added an explicit test.
Thanks!
this makes the behaviour follow that of CPython more closely. Instead, copy notes (if present) in the callers of derive. The (modified) test passes now, and it passes on py3.11. It fails before the changes. #111