On 15/03/2021 05:54, Ethan Furman wrote:
On 3/14/21 12:42 PM, Stestagg wrote:

The value of being able to (in specific cases) reach into third-party code, and customize it to work for your specific situation should not be disregarded.

I completely agree with this.  One of the hallmarks of Python is the ability to query, introspect, and modify Python code.  It helps with debugging, with experimenting, with fixing.  Indeed, one of the few frustrating bits about Python is the inability to work with the C portions as easily as the Python portions (note: I am /not/ suggesting we do away with the C portions).
An emphatic +1.
Rob Cliffe


What would be the benefits of locking down modules in this way?

--
~Ethan~
_______________________________________________
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/KIFAVTRMIPCVAX2RZ7NDSTDM46AHSDWK/
Code of Conduct: http://python.org/psf/codeofconduct/

_______________________________________________
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/TFGG5LBGEIH34WJNIKZGBCT67A6KFGKM/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to