diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2022-10-07 17:27:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 17:27:14 (GMT) |
commit | 5ba4875aec2031003d7ba90fd0f06f281bdecbf9 (patch) | |
tree | 22a42a7dafc2ef9fc3c4827416427ca127b41553 /Misc | |
parent | cae7d1d7a713f8267daf5e4f2fff5cb1dad02c7c (diff) | |
download | cpython-5ba4875aec2031003d7ba90fd0f06f281bdecbf9.zip cpython-5ba4875aec2031003d7ba90fd0f06f281bdecbf9.tar.gz cpython-5ba4875aec2031003d7ba90fd0f06f281bdecbf9.tar.bz2 |
gh-96415: Remove `types._cell_factory` from a module namespace (#96416)
Closes #96415
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-08-30-12-32-00.gh-issue-96415.6W7ORH.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-08-30-12-32-00.gh-issue-96415.6W7ORH.rst b/Misc/NEWS.d/next/Library/2022-08-30-12-32-00.gh-issue-96415.6W7ORH.rst new file mode 100644 index 0000000..0c93abf --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-08-30-12-32-00.gh-issue-96415.6W7ORH.rst @@ -0,0 +1 @@ +Remove ``types._cell_factory`` from module namespace. |