Skip to content

Build CPython extension module secretsweeper._native (stable ABI, METH_FASTCALL)#10

Merged
recipe merged 3 commits into
mainfrom
build-python-native-module
Jul 17, 2026
Merged

Build CPython extension module secretsweeper._native (stable ABI, METH_FASTCALL)#10
recipe merged 3 commits into
mainfrom
build-python-native-module

Conversation

@recipe

@recipe recipe commented Jul 17, 2026

Copy link
Copy Markdown
Owner

No description provided.

recipe added 3 commits July 17, 2026 13:06
— Its object header layout (ob_tid, split local/shared refcounts, per-object mutex) doesn't match the classic {ob_refcnt, ob_type} layout the extension hand-declares, so PyModule_Create2 dereferenced garbage during create_module and segfaulted at import.
@recipe
recipe merged commit 43756a5 into main Jul 17, 2026
2 checks passed
@recipe
recipe deleted the build-python-native-module branch July 17, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant