Skip to content

Commit 44bb41b

Browse files
committed
amend
1 parent 8b5a299 commit 44bb41b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

peps/pep-0661.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ The criteria guiding the chosen implementation were:
117117
4. The sentinel objects should have a clear and short repr.
118118
5. It should be possible to use clear type signatures for sentinels.
119119
6. The sentinel objects should behave correctly after copying, and module-scope
120-
sentinels should preserve identity when pickled and unpickled. This should
121-
not require a registry or other implicit namespace.
120+
sentinels should preserve identity when pickled and unpickled.
122121
7. Such sentinels should work when using CPython 3.x and PyPy3, and ideally
123122
also with other implementations of Python.
124123
8. As simple and straightforward as possible, in implementation and especially

0 commit comments

Comments
 (0)