API exposes memory layout of some runtime objects #22
Labels
evolution-proposed
stakeholder: alternative implementations
impacts implementations of python other than cpython
stakeholder: cpython core
stakeholder: end users
stakeholder: extension authors
theme: abstraction
theme: stability guarantees
Cherry-picking one specific issue pointed out in #4.
Even the stable ABI still exposes few fields in the ABI, such as
ob_refcnt
. This is a problem:The text was updated successfully, but these errors were encountered: