On Sat, Jul 4, 2020, at 11:59, William Pickard wrote: > CPython PR #21262, GitHub username is Wildcard65.
ok looking at that code, I'm not sure I understand how it addresses the PyObject_HEAD thing, unless there's something I'm not seeing I'll ask directly - how would an extension library define a type, and how would it access its own data at the end of objects of that type? I'm also skeptical that a static library would provide any savings vs treating the functions like every other function in the api... a precompiled header might, but while I don't fully understand how precompiled headers are used, I don't *think* it would allow extension libraries to ship as a dll/so file as they currently can. _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/NJNKZ4473AHEUD52YZ7Y5DAFJS7TOXVL/ Code of Conduct: http://python.org/psf/codeofconduct/