summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-05-01 06:28:01 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-05-01 06:28:01 (GMT)
commit8672519ac0617dcc0ec95ead7ee28ec6040f5741 (patch)
tree989c09952d82553038fc46efd4ac4f0985eae07f /Misc
parent6550f032163e2e9c8abf9e922322d7d4b97ea2cd (diff)
downloadcpython-8672519ac0617dcc0ec95ead7ee28ec6040f5741.zip
cpython-8672519ac0617dcc0ec95ead7ee28ec6040f5741.tar.gz
cpython-8672519ac0617dcc0ec95ead7ee28ec6040f5741.tar.bz2
Work around deadlock risk. Will backport.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3bd5a1f..1a180c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,9 @@ Core and builtins
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.