| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot AMD64 Ubuntu NoGIL Refleaks 3.x has failed when building commit f84754b. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/#builders/1226/builds/2473 Failed tests:
Summary of the results of the build (if available): == Click to see traceback logsNote: switching to 'f84754b70506f03bcbf9fb0265e327d05a1a4b51'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at f84754b705 GH-118093: Turn some DEOPT_IFs into EXIT_IFs (GH-122998)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2304: buildbottest] Error 2 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This allows us to stitch new traces onto these side-exits, giving us better handling of polymorphism for attribute loads and calls.
About 1% faster. Stats show a notable (~28%) drop in _DEOPT instructions and moderate increases in call and attribute load uops, as expected.