We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PYBIND11_INTERNALS_VERSION
1 parent 76b8858 commit 1adac5aCopy full SHA for 1adac5a
include/pybind11/detail/internals.h
@@ -34,8 +34,9 @@
34
/// further ABI-incompatible changes may be made before the ABI is officially
35
/// changed to the new version.
36
#ifndef PYBIND11_INTERNALS_VERSION
37
-# if PY_VERSION_HEX >= 0x030C0000
+# if PY_VERSION_HEX >= 0x030C0000 || defined(_MSC_VER)
38
// Version bump for Python 3.12+, before first 3.12 beta release.
39
+// Version bump for MSVC piggy-backed on PR #4779. See comments there.
40
# define PYBIND11_INTERNALS_VERSION 5
41
# else
42
# define PYBIND11_INTERNALS_VERSION 4
0 commit comments