We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5a299 commit 44bb41bCopy full SHA for 44bb41b
1 file changed
peps/pep-0661.rst
@@ -117,8 +117,7 @@ The criteria guiding the chosen implementation were:
117
4. The sentinel objects should have a clear and short repr.
118
5. It should be possible to use clear type signatures for sentinels.
119
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.
+ sentinels should preserve identity when pickled and unpickled.
122
7. Such sentinels should work when using CPython 3.x and PyPy3, and ideally
123
also with other implementations of Python.
124
8. As simple and straightforward as possible, in implementation and especially
0 commit comments