gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-110272)

This commit is contained in:
Xuehai Pan 2023-10-03 22:09:49 +08:00 committed by GitHub
parent f1663a492e
commit 2d4865d775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 75 additions and 2 deletions

View file

@ -0,0 +1,2 @@
Add tests for pickling and copying PyStructSequence objects.
Patched by Xuehai Pan.