commit | 8672519ac0617dcc0ec95ead7ee28ec6040f5741 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon May 01 06:28:01 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon May 01 06:28:01 2006 +0000 |
tree | 989c09952d82553038fc46efd4ac4f0985eae07f | |
parent | 6550f032163e2e9c8abf9e922322d7d4b97ea2cd [diff] [blame] |
Work around deadlock risk. Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS index 3bd5a1f..1a180c2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,9 @@ Extension Modules ----------------- +- Calling Tk_Init twice is refused if the first call failed as that + may deadlock. + - Patch #1191065: Fix preprocessor problems on systems where recvfrom is a macro.