[pull] main from python:main - #1490
Merged
Merged
Conversation
Replace also PyDict_GetItemWithError() with PyDict_GetItemRef() and remove outdated comment in Modules/_pickle.c.
Replace soft deprecated PyBytes_FromStringAndSize(NULL, size) with a simple PyMem_Malloc(). Avoid also "s = buf" to make the code easier to follow (and easier to debug). Add non-ASCII tests to test_string_literals.
In debug mode at Python exit, check if immutable singleton objects have been modified by mistake to detect bugs in C extensions. Add tests corrupting bytes, str, bool and int singleton objects. Add pycore_global_objects_fini.h internal header file. pycore_global_objects_fini_generated.h is now fully generated by the script. Co-authored-by: Petr Viktorin <encukou@gmail.com>
Use free() instead of PyMem_RawFree() in pythread_wrapper() to avoid a data race if another thread calls PyMem_SetAllocator() in parallel. Reenable @nomemtest tests on TSAN. Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )