encukou / abi3

Improvements of Python's stable ABI
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Associate lifetime of PyMethodDef[] and PyTypeObject #12

Open encukou opened 3 years ago

encukou commented 3 years ago

See discussion here: https://mail.python.org/archives/list/capi-sig@python.org/thread/RNNJRKKWDHM5FUERFLSWL6JSI2UVURIS/#ME2HTLMIU3DZMRKQOHKQ4SDMFX3ZQY3U

We should think about all the structures that store a reference to their "initialization" structs – modules are quite similar, for example.