diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-05-01 06:28:01 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-05-01 06:28:01 (GMT) |
commit | 8672519ac0617dcc0ec95ead7ee28ec6040f5741 (patch) | |
tree | 989c09952d82553038fc46efd4ac4f0985eae07f /Misc | |
parent | 6550f032163e2e9c8abf9e922322d7d4b97ea2cd (diff) | |
download | cpython-8672519ac0617dcc0ec95ead7ee28ec6040f5741.zip cpython-8672519ac0617dcc0ec95ead7ee28ec6040f5741.tar.gz cpython-8672519ac0617dcc0ec95ead7ee28ec6040f5741.tar.bz2 |
Work around deadlock risk. Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |