Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.10] bpo-45502: Fix test_shelve (GH-29003)#29305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[3.10] bpo-45502: Fix test_shelve (GH-29003)#29305
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Run test_shelve with all underlying dbm implementations and pickle protocols.Also make test_shelve discoverable..(cherry picked from commitb781cc3)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington commentedOct 29, 2021
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
miss-islington commentedOct 29, 2021
Sorry,@serhiy-storchaka, I could not cleanly backport this to |
bedevere-bot commentedOct 29, 2021
GH-29306 is a backport of this pull request to the3.9 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Run test_shelve with all underlying dbm implementations and pickle protocols.
Also make test_shelve discoverable.
(cherry picked from commitb781cc3)
https://bugs.python.org/issue45502