Skip to content

Commit

Permalink
Cleanup: Systematically change pywrapcc to pybind11k
Browse files Browse the repository at this point in the history
Belated minor follow-on to google/pybind11clif#30108.

This is to avoid confusing people with an obsolete name.

Similar to: google/pybind11clif#30126

The new and unrelated `build_and_test / ubuntu-latest cmake` failure will be addressed separately (see #25 (comment)).

PiperOrigin-RevId: 644009757
  • Loading branch information
Ralf W. Grosse-Kunstleve authored and copybara-github committed Jun 17, 2024
1 parent 01171e9 commit 91bf7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pybind11_abseil/status_caster.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct type_caster<absl::Status> : public type_caster_base<absl::Status> {

#if defined(PYBIND11_HAS_RETURN_VALUE_POLICY_PACK)

// This code requires https://github.com/google/pywrapcc
// This code requires https://github.com/google/pybind11k
// IMPORTANT:
// KEEP
// type_caster<absl::Status>
Expand Down
2 changes: 1 addition & 1 deletion pybind11_abseil/statusor_caster.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ struct type_caster<absl::StatusOr<PayloadType>> {

#if defined(PYBIND11_HAS_RETURN_VALUE_POLICY_PACK)

// This code requires https://github.com/google/pywrapcc
// This code requires https://github.com/google/pybind11k
// IMPORTANT:
// KEEP
// type_caster<absl::StatusOr<PayloadType>>
Expand Down

0 comments on commit 91bf7c3

Please sign in to comment.