cpython/Modules/_testlimitedcapi
Serhiy Storchaka d24d9d0f1d
gh-76595: Add tests for PyCapsule_Import() (GH-154588)
Add _testcapi helpers to create a capsule with an arbitrary name and to call PyCapsule_Import(), and Python tests covering the current behavior: only the first component of the dotted name is imported, the rest are attribute lookups.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-24 18:01:56 +03:00
..