Skip to content

Commit

Permalink
Revert "Patching in snapshot of (already closed) PR #4316"
Browse files Browse the repository at this point in the history
This reverts commit 41bc371.
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Nov 10, 2022
1 parent d3f8a1c commit b61a3bd
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 127 deletions.
5 changes: 0 additions & 5 deletions include/pybind11/detail/internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,6 @@ struct internals {
PYBIND11_TLS_FREE(tstate);
}
#endif

std::unordered_map<std::type_index, std::vector<std::string>>
std_type_index_registry_unnamed_namespace;
std::unordered_map<std::type_index, std::vector<std::string>>
std_type_index_registry_named_namespace;
};

/// Additional type information which does not fit into the PyTypeObject.
Expand Down
6 changes: 0 additions & 6 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ set(PYBIND11_TEST_FILES
test_eigen_tensor_avoid_stl_array.cpp
test_enum
test_eval
test_exc_named_namespace_a.py
test_exc_named_namespace_b.py
test_exceptions
test_factory_constructors
test_gil_scoped
Expand All @@ -158,8 +156,6 @@ set(PYBIND11_TEST_FILES
test_tagbased_polymorphic
test_thread
test_union
test_unnamed_namespace_a
test_unnamed_namespace_b
test_virtual_functions)

# Invoking cmake with something like:
Expand Down Expand Up @@ -223,8 +219,6 @@ tests_extra_targets("test_exceptions.py;test_local_bindings.py;test_stl.py;test_
# And add additional targets for other tests.
tests_extra_targets("test_exceptions.py" "cross_module_interleaved_error_already_set")
tests_extra_targets("test_gil_scoped.py" "cross_module_gil_utils")
tests_extra_targets("test_exc_named_namespace_a.py" "named_namespace_a")
tests_extra_targets("test_exc_named_namespace_b.py" "named_namespace_b")

set(PYBIND11_EIGEN_REPO
"https://gitlab.com/libeigen/eigen.git"
Expand Down
25 changes: 0 additions & 25 deletions tests/named_namespace_a.cpp

This file was deleted.

14 changes: 0 additions & 14 deletions tests/named_namespace_b.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions tests/test_exc_named_namespace_a.py

This file was deleted.

5 changes: 0 additions & 5 deletions tests/test_exc_named_namespace_b.py

This file was deleted.

24 changes: 0 additions & 24 deletions tests/test_unnamed_namespace_a.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions tests/test_unnamed_namespace_a.py

This file was deleted.

13 changes: 0 additions & 13 deletions tests/test_unnamed_namespace_b.cpp

This file was deleted.

5 changes: 0 additions & 5 deletions tests/test_unnamed_namespace_b.py

This file was deleted.

0 comments on commit b61a3bd

Please sign in to comment.