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 | |
|---|---|---|
| .ci | 7 months ago | |
| .github | 6 months ago | |
| ansible_mitogen | 6 months ago | |
| docs | 6 months ago | |
| examples | 1 year ago | |
| mitogen | 6 months ago | |
| scripts | 2 years ago | |
| tests | 6 months ago | |
| .gitignore | 2 years ago | |
| .lgtm.yml | 6 years ago | |
| LICENSE | 5 years ago | |
| MANIFEST.in | 7 years ago | |
| README.md | 1 year ago | |
| dev_requirements.txt | 7 years ago | |
| netlify.toml | 11 months ago | |
| preamble_size.py | 4 years ago | |
| run_tests | 4 years ago | |
| setup.cfg | 5 years ago | |
| setup.py | 7 months ago | |
| tox.ini | 9 months ago | |
