[roll] Roll fuchsia [fuchsia-controller] Move Python API parameters into GN

The PY_SSIZE_T_CLEAN and Py_LIMITED_API are now included transitively in
each python_c_extension target in fuchsia-controller using a new
python_config target.

This change removes the need to implicitly include a special header in
each source file but retains abi.h. The abi.h header file will be used
in later changes to lift some definitions out of
fuchsia_controller_internal for use by fidl_codec.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1175672
Original-Revision: b2db42a3dabbf3dd5cc065a7f89a338095c22668
GitOrigin-RevId: e8af0c9947cf849e2e9a8dde462ac00baf354819
Change-Id: I0979debc76dc5921e5bc70ea663e462a6c5647b1
1 file changed
tree: 9a4efe46a4aa765b9b45d4389e189502df21815a
  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 in one of the communication channels documented at get involved.

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.