Skip to content

Commit b116ec1

Browse files
committed
Minor changes to comments.
1 parent 25945a8 commit b116ec1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/pybind11/compat/pybind11_platform_abi_id.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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)

include/pybind11/compat/wrap_include_python_h.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.

0 commit comments

Comments
 (0)