Skip to content

Commit

Permalink
pythongh-70766: Mention the object getstate caveat in 3.11 What's new. (
Browse files Browse the repository at this point in the history
pythonGH-108379)

(cherry picked from commit b6be188)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
  • Loading branch information
gpshead authored and miss-islington committed Aug 23, 2023
1 parent 34ef75d commit f4fc465
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.11.rst
Expand Up @@ -459,6 +459,10 @@ Other Language Changes
:class:`collections.OrderedDict`, :class:`collections.deque`,
:class:`weakref.WeakSet`, and :class:`datetime.tzinfo` now copies and
pickles instance attributes implemented as :term:`slots <__slots__>`.
This change has an unintended side effect: It trips up a small minority
of existing Python projects not expecting :meth:`object.__getstate__` to
exist. See the later comments on :gh:`70766` for discussions of what
workarounds such code may need.
(Contributed by Serhiy Storchaka in :issue:`26579`.)

.. _whatsnew311-pythonsafepath:
Expand Down

0 comments on commit f4fc465

Please sign in to comment.