Interfaces for the copy
standard library
#53
Annotations
6 errors
test (ubuntu-latest, 3.12):
tests/test_protocols.py#L120
test_name_matches_dunder[CanDeepcopySelf]
AssertionError: assert '__deepcopy_self__' == '__deepcopy__'
- __deepcopy__
+ __deepcopy_self__
? ++++ +
|
test (ubuntu-latest, 3.12)
Process completed with exit code 1.
|
test (macos-latest, 3.12):
tests/test_protocols.py#L120
test_name_matches_dunder[CanDeepcopySelf]
AssertionError: assert '__deepcopy_self__' == '__deepcopy__'
- __deepcopy__
+ __deepcopy_self__
? ++++ +
|
test (macos-latest, 3.12)
Process completed with exit code 1.
|
test (windows-latest, 3.12):
tests\test_protocols.py#L120
test_name_matches_dunder[CanCopySelf]
AssertionError: assert '__copy_self__' == '__copy__'
- __copy__
+ __copy_self__
? ++++ +
|
test (windows-latest, 3.12)
Process completed with exit code 1.
|