Sorry, something went wrong.
|
Since getpath.h is moved to Python/frozen_modules, the following .gitignore line should be updated accordingly: Line 77 in 99fcf15 Edit: or removed since the directory is already covered by Line 140 in 99fcf15 |
Sorry, something went wrong.
|
@tiran Looks fine. Out of interest, which bit fixes the out-of-tree issues? I only see changes moving where the generated file goes (which in my defence, changed three times while I was working on that PR 😆 ) Edit Found it - removing the $(srcdir) in the output of the freeze_module call |
Sorry, something went wrong.
|
Edit Found it - removing the $(srcdir) in the output of the freeze_module call Yes, the getpath.h is no longer in $srcdir. I'm working on CI for OOT builds: #29904 |
Sorry, something went wrong.
|
Programs/_freeze_module getpath /home/runner/work/cpython/cpython-ro-srcdir/Modules/getpath.py /home/runner/work/cpython/cpython-ro-srcdir/Modules/getpath.h
cannot open '/home/runner/work/cpython/cpython-ro-srcdir/Modules/getpath.h' for writing
|
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot AMD64 Arch Linux Asan 3.x has failed when building commit ccb73a0. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/582/builds/780 Summary of the results of the build (if available): Click to see traceback logsTraceback (most recent call last):
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_94cc1f9a'
Traceback (most recent call last):
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_eb85fb01'
Traceback (most recent call last):
File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '/psm_cae77419'
|
Sorry, something went wrong.
make clean and to make it more obvious that it is a frozen file.
template
https://bugs.python.org/issue45582