You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
File descriptors 0, 1, and 2 are usually stdin, stdout, stderr; but not always. If a process is started without one of these then the first descriptor allocated by the process opening a file or socket will be allocated an fd <= STDERR_FILENO. This isn't common, but it does occur, e.g. Windows GUI apps started without being connected to a console, controller side plugins run under Ansible 12 (ansible-core 2.19). In such cases the corresponding sys attribute (e.g. sys.stderr) will be None. refs #1258 See also - https://docs.python.org/3/library/sys.html#sys.__stdin__ - https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_12.html#porting-guide-for-v12-0-0a1 - https://github.com/ansible/ansible/pull/82770 - https://github.com/python/typeshed/issues/11778 - https://gist.github.com/moreati/034fef45f73d809d9411a8a63eca34d6 |
6 months ago | |
|---|---|---|
| .. | ||
| _static | 7 years ago | |
| _templates | 1 year ago | |
| images | 7 years ago | |
| .gitignore | 8 years ago | |
| Makefile | 7 years ago | |
| ansible_detailed.rst | 1 year ago | |
| api.rst | 4 years ago | |
| changelog.rst | 6 months ago | |
| conf.py | 11 months ago | |
| contributors.rst | 11 months ago | |
| domainrefs.py | 6 years ago | |
| examples.rst | 4 years ago | |
| getting_started.rst | 6 years ago | |
| howitworks.rst | 1 year ago | |
| index.rst | 2 years ago | |
| internals.rst | 6 years ago | |
| netlify.toml | 11 months ago | |
| pickle-substitutes.ods | 8 years ago | |
| requirements.txt | 2 years ago | |
| services.rst | 7 years ago | |
| toc.rst | 6 years ago | |