File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33// Copyright (c) 2024 The pybind Community.
44
5- // To maximize portability :
5+ // To maximize reusability :
66// DO NOT ADD CODE THAT REQUIRES C++ EXCEPTION HANDLING.
77
88#include "wrap_include_python_h.h"
99
10- // Implementation detail . DO NOT USE ELSEWHERE.
10+ // Implementation details . DO NOT USE ELSEWHERE. (Unfortunately we cannot #undef them.)
1111// This is duplicated here to maximize portability.
1212#define PYBIND11_PLATFORM_ABI_ID_STRINGIFY (x ) #x
1313#define PYBIND11_PLATFORM_ABI_ID_TOSTRING (x ) PYBIND11_PLATFORM_ABI_ID_STRINGIFY(x)
Original file line number Diff line number Diff line change 1212// the standard headers on some systems, you must include Python.h before
1313// any standard headers are included.
1414
15- // To maximize portability :
15+ // To maximize reusability :
1616// DO NOT ADD CODE THAT REQUIRES C++ EXCEPTION HANDLING.
1717
1818// Disable linking to pythonX_d.lib on Windows in debug mode.
You can’t perform that action at this time.
0 commit comments