mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
Added entry for fileConfig() bugfix.
This commit is contained in:
parent
6f42dfce7c
commit
28e57618ad
1 changed files with 7 additions and 4 deletions
|
@ -39,6 +39,9 @@ Library
|
|||
|
||||
- The wsgiref package is now installed properly on Unix.
|
||||
|
||||
- A bug was fixed in logging.config.fileConfig() which caused a crash on
|
||||
shutdown when fileConfig() was called multiple times.
|
||||
|
||||
Extension Modules
|
||||
-----------------
|
||||
|
||||
|
@ -81,7 +84,7 @@ Core and builtins
|
|||
- Fix the socket tests so they can be run concurrently.
|
||||
|
||||
- Removed 5 integers from C frame objects (PyFrameObject).
|
||||
f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.
|
||||
f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.
|
||||
|
||||
- Bug #532646: object.__call__() will continue looking for the __call__
|
||||
attribute on objects until one without one is found. This leads to recursion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue