gh-142254: add @cpython_only to tests relying on deepcopy implementation#142324
gh-142254: add @cpython_only to tests relying on deepcopy implementation#142324Bobronium wants to merge 1 commit intopython:mainfrom
@cpython_only to tests relying on deepcopy implementation#142324Conversation
|
@serhiy-storchaka What do you think of this one? strictly speaking, we're reducing test coverage of other implementations but I don't know if |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
I do not think this is an appropriate use of cpython_only. The implementation is not CPython specific.
|
So for you |
|
If there is a major implementation which fails tests for good reason, they can be marked as CPython-only. It can be a code in But this is not the case. |
|
Ok, let's close this one. Sorry @Bobronium but there isn't enough reason to change our current code for that. |
deepcopy()memo behavior without inspecting internals #142254Replaces gh-142255