Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on ↵ | Steve Dower | 2023-01-27 | 1 | -2/+4 |
| | | | | | | Windows (GH-101352) To use this, ensure that clang support was selected in Visual Studio Installer, then set the PlatformToolset environment variable to "ClangCL" and build as normal from the command line. It remains unsupported, but at least is possible now for experimentation. | ||||
* | gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151) | Eric Snow | 2022-12-12 | 1 | -0/+121 |
https://github.com/python/cpython/issues/81057 |