bpo-35081: Move Py_BUILD_CORE code to internal/mem.h by vstinner · Pull Request #10249 · python/cpython (original) (raw)
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation1 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
- Add #include "internal/mem.h" to C files using
_PyMem_SetDefaultAllocator(). - Include/internal/mem.h now requires Py_BUILD_CORE to be defined.
https://bugs.python.org/issue35081
- Add #include "internal/mem.h" to C files using _PyMem_SetDefaultAllocator().
- Include/internal/mem.h now requires Py_BUILD_CORE to be defined.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️
Hi! The buildbot AMD64 FreeBSD 10-STABLE Non-Debug 3.x has failed when building commit 2be00d9.
What do you need to do:
- Don't panic.
- Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
- Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/167/builds/130) and take a look at the build logs.
- Check if the failure is related to this commit (2be00d9) or if it is a false positive.
- If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.
You can take a look at the buildbot page here:
https://buildbot.python.org/all/#builders/167/builds/130
Click to see traceback logs
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd10.nondebug/build/Lib/test/test_time.py", line 515, in test_process_time self.assertGreaterEqual(stop - start, min_time) AssertionError: 0.005377999999999883 not greater than or equal to 0.015
Ran 56 tests in 3.407s
FAILED (failures=1, skipped=2)