[issue45502] Fix test_shelve and make it discoverable

2021-10-29 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45502] Fix test_shelve and make it discoverable

2021-10-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a043706f907e82ee6a562005991ff0b896a4e64d by Serhiy Storchaka in branch '3.9': [3.9] [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) (GH-29306) https://github.com/python/cpython/commit/a043706f907e82ee6a562005991ff0b896a4e64d

[issue45502] Fix test_shelve and make it discoverable

2021-10-29 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +27575 pull_request: https://github.com/python/cpython/pull/29306 ___ Python tracker ___

[issue45502] Fix test_shelve and make it discoverable

2021-10-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 6b867022d926be9fcc6f8038fb1093ba8c348ca5 by Serhiy Storchaka in branch '3.10': [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) https://github.com/python/cpython/commit/6b867022d926be9fcc6f8038fb1093ba8c348ca5 --

[issue45502] Fix test_shelve and make it discoverable

2021-10-29 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +27574 pull_request: https://github.com/python/cpython/pull/29305 ___ Python tracker ___

[issue45502] Fix test_shelve and make it discoverable

2021-10-22 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b781cc3bfce7c052728b06aad9f1a467cced289d by Serhiy Storchaka in branch 'main': bpo-45502: Fix test_shelve (GH-29003) https://github.com/python/cpython/commit/b781cc3bfce7c052728b06aad9f1a467cced289d -- nosy: +lukasz.langa

[issue45502] Fix test_shelve and make it discoverable

2021-10-17 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +27285 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29003 ___ Python tracker

[issue45502] Fix test_shelve and make it discoverable

2021-10-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Also it was only tested with pickle protocols 0, 1 and 2. Now it will be tested with all pickle protocols. -- ___ Python tracker ___

[issue45502] Fix test_shelve and make it discoverable

2021-10-17 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : test_shelve was intended to run some tests for all underlying dbm implementation, but since b17acad68ea21c60dbc2088644f2934032304628 (at May 2008) it runs them with the same implementation. The proposed PR fixes this regression and also makes