add _dbm and _gdbm to align naming of error types with runtime (#12978)

This commit is contained in:
Stephen Morton
2024-11-07 17:21:46 -08:00
committed by GitHub
parent 1c78402e8a
commit a0165ae31a
7 changed files with 97 additions and 90 deletions

View File

@@ -18,6 +18,7 @@ select.POLLMSG # system dependent
(readline.append_history_file)?
(fcntl.F_GETLEASE)?
(fcntl.F_SETLEASE)?
(_gdbm)?
# Platform differences that cannot be captured by the type system
(posix.O_[A-Z_]+)?

View File

@@ -18,6 +18,8 @@ _winapi.VirtualQuerySize
# Modules that do not exist on Windows systems
_curses
_dbm
_gdbm
_posixsubprocess
asyncio.unix_events
dbm.gnu