It is possible to create aconfig.pyfile to customize configuration. ptpython will look in an appropriate platform-specific directory via appdirs <https://pypi.org/project/appdirs/>. See theappdirsdocumentation for the precise location for your platform. APTPYTHON_CONFIG_HOMEenvironment variable, if...
It is possible to create aconfig.pyfile to customize configuration. ptpython will look in an appropriate platform-specific directory via appdirs <https://pypi.org/project/appdirs/>. See theappdirsdocumentation for the precise location for your platform. APTPYTHON_CONFIG_HOMEenvironment variable, if...
On a machine with more than 1024 open file-descriptors, the _ready_for_reading function (eventloop/posix.py) will always raise a "ValueError: filedescriptor out of range in select()". This is because of the use of the select.select funct...
It is possible to create aconfig.pyfile to customize configuration. ptpython will look in an appropriate platform-specific directory via appdirs <https://pypi.org/project/appdirs/>. See theappdirsdocumentation for the precise location for your platform. APTPYTHON_CONFIG_HOMEenvironment variable, if...