# New Ticket Created by Will Coleda # Please include the string: [perl #38903] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38903 >
Tcl uses globals in the '_Tcl' namespace to hold information about the interpreter. But now: find_global '_Tcl', 'foo doesn't work, because it's relative to the current namespace, which is usually Tcl. This is the cause of most of the current Tcl failures.