diff options
Diffstat (limited to 'generic/tclIO.c')
| -rw-r--r-- | generic/tclIO.c | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c index 207ce19..9cbc72c 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.c @@ -2811,9 +2811,15 @@ FlushChannel(  	     * write in this call, and we've completed the BG flush.  	     * These are the two cases above.  If we get here, that means  	     * there is some kind failure in the writable event machinery. -	     */ +	     * +	     * The tls extension indeed suffers from flaws in its channel +	     * event mgmt.  See http://core.tcl.tk/tcl/info/c31ca233ca. +	     * Until that patch is broadly distributed, disable the +	     * assertion checking here, so that programs using Tcl and +	     * tls can be debugged.  	    assert(!calledFromAsyncFlush); +	     */  	}      }  | 
