| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @tiran for commit 1469caf9703e411b73a00169a6bf0c5e688f5e72 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @tiran for commit 68b3032229ee0185f029772e5e43f72cbb4b402d 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Sorry, something went wrong.
|
Is there a need for force pushes? Github notifications lead to nothing, which is a little annoying. |
Sorry, something went wrong.
|
FWIW, You can click on "force-pushed" in the event about the force push, to see what changed between the two force-pushes. Submitting feedback to GitHub to have the notifications for force-pushed go to that, instead of "oh, I can't show you what changed" may help make GitHub prioritze fixing that higher. |
Sorry, something went wrong.
|
I only force push to rebase. It is the easiest and fastest way for me to resolve merge conflicts. The PR has frequent conflicts, even right now. |
Sorry, something went wrong.
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @tiran for commit 87f243d764d4909388aed35e59f177d598c096ca 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Sorry, something went wrong.
|
setup.py's check_extension_import feature is now provided by a script. Here is an example output with tk-dev missing and a modified _sqlite that is missing _sqlite/util.c dependency. [ERROR] _sqlite3 failed to import: build/lib.linux-x86_64-3.12/_sqlite3.cpython-312-x86_64-linux-gnu.so: undefined symbol: _pysqlite_seterror The necessary bits to build these optional modules were not found: _tkinter To find the necessary bits, look in configure.ac and config.log. Following modules built successfully but were removed because they could not be imported: _sqlite3 Checked 109 modules (30 built-in, 76 shared, 1 n/a on linux-x86_64, 0 disabled, 1 missing, 1 failed on import) validate_tzpath is performed by configure.ac xxsubtype is now an optional extension. It is skipped when Python is built without test C extension modules. |
Sorry, something went wrong.
|
Sorry, I can't merge this PR. Reason: Base branch was modified. Review and try the merge again.. |
Sorry, something went wrong.
|
#94848 addresses the build issue with LTO + pydebug. |
Sorry, something went wrong.
|
My little precious setup.py... YOU WILL NEVER BE FORGOTTEN 😭😭😭 _bootsubprocess.py (that I wrote)... I hate you, I'm glad that you're dead! If I recall correctly, I had to write _bootsubprocess to use the clean subprocess module, rather than naive fork+exec code, in distutils. distutils... I also hate you by the way. |
Sorry, something went wrong.
|
This broke the AIX build with the below error. ./python -E -S -m sysconfig --generate-posix-vars ; Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Sorry, something went wrong.
|
Please open a new bug for the problem. |
Sorry, something went wrong.
|
I found a regression, reported as #98707 |
Sorry, something went wrong.
|
Thanks for doing this! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Combines GH-93940, GH-94452, and GH-94433
Automerge-Triggered-By: GH:tiran