Terry J. Reedy <tjre...@udel.edu> added the comment:

In msg342227 Pablo Galindo Salgado said "I am +1 to such a sentence, but I 
think this is a decision that more core devs should agree on."

> "These types are not supposed to be instantiated outside of CPython internals"

At least Petr Vidtorin and I disagree with this part.  As Petr wrote on pydev 
thread "Expected stability of PyCode_New() and types.CodeType() signatures", 
there are multiple tools that instantiate code objects, in particular Cython, 
which is far from being a rogue project.  Python is a 'consenting adults' 
languages, and we generally do not officially tell people what they are 
'supposed' to do or not do.

----------
nosy: +petr.viktorin, terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36896>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to