I always thought the builtin objects were those we can get from the
`builtins` module, that is those always available. In fact the "Built-in
Functions" documentation:
https://docs.python.org/3/library/functions.html
says: """The Python interpreter has a number of functions and types
built int
On Wed, Oct 8, 2014 at 12:24 AM, Marco Buttu wrote:
> Is it too late for changing the name of the `builtin` namespace in something
> like, for instance, `root` namespace, or using the name "core"
> (inspect.iscore(), types.CoreFunctionType, ecc.) to indicate "written in C"?
Yes, I think it's too
I always thought the builtin objects were those we can get from the
`builtins` module, that is those always available. In fact the "Built-in
Functions" documentation:
https://docs.python.org/3/library/functions.html
says: """The Python interpreter has a number of functions and types
built int