mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fixed issue #5122: Synchronize tk load failure check to prevent a
potential deadlock.
This commit is contained in:
parent
55bdb8e4ac
commit
a66cf5bd04
4 changed files with 124 additions and 29 deletions
|
@ -152,6 +152,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #5122: Synchronize tk load failure check to prevent a potential
|
||||
deadlock.
|
||||
|
||||
- Issue #4890: Handle empty text search pattern in Tkinter.Text.search.
|
||||
|
||||
- Issue #5170: Fixed Unicode output bug in logging and added test case.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue