Files
pybind11/tests/extra_python_package
Henry Schreiner 57b3abcbb7 feat: move type_caster_base.h non-template definitions to type_caster_base-inl.h
Moves the free functions (type-info lookup and registration, instance
layout, isinstance_generic, cpp_conduit_method, type_info_description),
the loader_life_support members (the function-local thread_local stack
stays per-module in both modes), and the two heavy type_caster_generic
members (the type_info constructor and the main cast overload).
Templates, including load_impl<>, stay in the header.

Assisted-by: ClaudeCode:claude-fable-5
2026-08-17 00:50:35 -04:00
..