summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-05-06 22:55:59 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-05-06 22:56:26 (GMT)
commit8d32a5c8c4e9c90b0a21e8b2fa0cd567465ced2b (patch)
tree471113abf8f2d40f401b65658ddaca4775fe4879 /Python
parent0e5fe7f9e9d3b995a7ccc4fae498e6eaf01027a0 (diff)
downloadcpython-3.11.0b1.zip
cpython-3.11.0b1.tar.gz
cpython-3.11.0b1.tar.bz2
Update the SOURCE_URI in pyspecific.py to point to the new branchv3.11.0b1
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions
n value='bug_3414754'>bug_3414754 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdejong <mdejong>2003-01-25 14:11:31 (GMT)
committermdejong <mdejong>2003-01-25 14:11:31 (GMT)
commit45c06028d02a86a2c5e83c43af1919b031a5e45f (patch)
tree8e09cb15a16baa630dc51a0b34c9af26e3eac4b6
parent758234180a856302c7aa063a7fbb6cb06145cd56 (diff)
downloadtcl-45c06028d02a86a2c5e83c43af1919b031a5e45f.zip
tcl-45c06028d02a86a2c5e83c43af1919b031a5e45f.tar.gz
tcl-45c06028d02a86a2c5e83c43af1919b031a5e45f.tar.bz2
* win/tclWin32Dll.c (TclpCheckStackSpace, squelch_warnings):
* win/tclWinChan.c (Tcl_MakeFileChannel, squelch_warnings): * win/tclWinFCmd.c (DoRenameFile, DoCopyFile, squelch_warnings): Re-implement inline ASM SEH handlers for gcc. The esp and ebp registers are now saved on the stack instead of in global variables so that the code is thread safe. Add additional checks when TCL_MEM_DEBUG is defined to be sure the values were recovered from the stack properly. Remove squelch_warnings functions and add a dummy call in the handler methods to squelch compiler warnings.
Diffstat