diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2021-10-01 10:45:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 10:45:59 (GMT) |
commit | 746d648d47d12d16c2afedaeff626fc6aaaf6a46 (patch) | |
tree | 9af83484a836f748d9f9311901429ffc81b63d1a /Misc/NEWS.d/next | |
parent | 2f205920127bd93eebed044cb1b61834764478ba (diff) | |
download | cpython-746d648d47d12d16c2afedaeff626fc6aaaf6a46.zip cpython-746d648d47d12d16c2afedaeff626fc6aaaf6a46.tar.gz cpython-746d648d47d12d16c2afedaeff626fc6aaaf6a46.tar.bz2 |
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2021-09-11-22-08-18.bpo-45125.FVSzs2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-09-11-22-08-18.bpo-45125.FVSzs2.rst b/Misc/NEWS.d/next/Tests/2021-09-11-22-08-18.bpo-45125.FVSzs2.rst new file mode 100644 index 0000000..5dfbe0e --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2021-09-11-22-08-18.bpo-45125.FVSzs2.rst @@ -0,0 +1,2 @@ +Improves pickling tests and docs of ``SharedMemory`` and ``SharableList`` +objects. |