[roll] Roll fuchsia [python_binary] Support unbuffered argument for python binaries.

This CL introduces a new python_binary argument called
`unbuffered_output`. This argument results in passing the -u argument to
the fuchsia-vendored-python binary referenced by the shebang line in the
generated Python entrypoint for generated .pyz files.

Some utilities, like fx test, are most useful when their output is not
buffered and is proactively flushed to a reading pipe.

Original-Bug: b/330513884
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1011767
Original-Revision: 7ebcfecb647c67775c95eb09dac224f79904f5a9
GitOrigin-RevId: 49807680322b2ee50bceffab9568ecb5719a4bad
Change-Id: If215cc9945f9d3ceb36ec85e2458231b52edb72d
1 file changed
tree: eeb9a0c392b38da74ad0e8eec17f4cd076855144
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.