From 485bcf54b103d0feba4f81aee3e00c68607610cc Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Tue, 28 Nov 2023 12:46:48 -0600 Subject: [PATCH] Update comment about which PR --- include/pybind11/detail/internals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/detail/internals.h b/include/pybind11/detail/internals.h index 4a352d385..ff69d86b7 100644 --- a/include/pybind11/detail/internals.h +++ b/include/pybind11/detail/internals.h @@ -292,7 +292,7 @@ struct type_info { #endif /// On Linux/OSX, changes in __GXX_ABI_VERSION__ indicate ABI incompatibility. -/// On MSVC, mixing /MT and /MD will result in crashes. See (#4779) +/// On MSVC, mixing /MT and /MD will result in crashes. See (#4953) #ifndef PYBIND11_BUILD_ABI # if defined(__GXX_ABI_VERSION) # define PYBIND11_BUILD_ABI "_cxxabi" PYBIND11_TOSTRING(__GXX_ABI_VERSION)