-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
test_shelve.py crashes on WSL? #137829
Copy link
Copy link
Closed
Labels
3.15new features, bugs and security fixesnew features, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.15new features, bugs and security fixesnew features, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done
To reproduce, clone the repo, and run
./configure --with-pydebug && make -j $(nproc).I'm on WSL (Ubuntu 24.04.1 LTS).
I get:
I had a few optional modules that were not found when I compiled Python, but if that was a problem, shouldn'ttest_shelvebe skipped?I assume_dbmis the problem but I'm not familiar withdbmmodules.Linked PRs