mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
make operations on closed dumb databases raise a consistent exception (closes #19385)
Patch by Claudiu Popa.
This commit is contained in:
parent
d4992dccfb
commit
e3083d3ad5
3 changed files with 40 additions and 4 deletions
|
@ -39,6 +39,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #19385: Make operations on a closed dbm.dumb database always raise the
|
||||
same exception.
|
||||
|
||||
- Issue #21207: Detect when the os.urandom cached fd has been closed or
|
||||
replaced, and open it anew.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue