◐ Shell
clean mode source ↗

bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902) by tiran · Pull Request #29902 · python/cpython

* Create getpath.h in builddir tree instead of srcdir tree
* Move getpath.h to Python/frozen_modules so it gets removed on
 ``make clean`` and to make it more obvious that it is a frozen file.
* Add dependency on header files
* Remove target body from getpath_noop.o so it uses the ``.c.o:``
  template

@tiran tiran mentioned this pull request

Dec 3, 2021

@tiran tiran changed the title bpo-45582: Fix out-of-tree build issues with new getpath bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)

Dec 3, 2021

@tiran tiran deleted the bpo-45582-getpath_h branch

December 3, 2021 13:47

@zooba zooba mentioned this pull request

Apr 10, 2022