platform_build_soong/python/scripts
Cole Faust d02ca056a3 Don't close file descriptors when starting python program
Python programs run via a wrapper script. That wrapper script
can be started with open file descriptors, for example by using
the <(echo foo) syntax in bash. The shouldn't be closed when
starting the real script.

Bug: 203436762
Test: Presubmits
Change-Id: Ib20450f713b15c8a5527d1e433bfd9635cead85f
2022-09-09 10:27:15 -07:00
..
main.py Simplify python launcher, use __main__.py 2019-02-15 14:33:59 -08:00
stub_template_host.txt Don't close file descriptors when starting python program 2022-09-09 10:27:15 -07:00