This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients corona10, eric.smith, petr.viktorin, rhettinger, serhiy.storchaka, vstinner
Date 2022-03-28.16:02:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648483335.97.0.684738047597.issue47143@roundup.psfhosted.org>
In-reply-to
Content
If I understand correctly, a cell content can be modified since Python 3.7: since commit 64505a1f6c0af4574e17e823b27ffe24eca44df5 of bpo-30486:

    bpo-30486: Allow setting cell value (#1840)

Antoine Pitrou created bpo-30486 for cloudpickle:

"There are use cases for setting a cell value.  One such use case is for (un)pickling recursive closures (see heroic workaround here: https://github.com/cloudpipe/cloudpickle/pull/90/files#diff-d2a3618afedd4e124c532151eedbae09R74 ).  Other use cases may include tinkering around and general education value."
History
Date User Action Args
2022-03-28 16:02:16vstinnersetrecipients: + vstinner, rhettinger, eric.smith, petr.viktorin, serhiy.storchaka, corona10
2022-03-28 16:02:15vstinnersetmessageid: <1648483335.97.0.684738047597.issue47143@roundup.psfhosted.org>
2022-03-28 16:02:15vstinnerlinkissue47143 messages
2022-03-28 16:02:15vstinnercreate