Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-113343: Fix error check on mmap(2) (GH-113342) (#113374) | Miss Islington (bot) | 2023-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | gh-113343: Fix error check on mmap(2) (GH-113342) Fix error check on mmap(2) It should check MAP_FAILED instead of NULL for error. On mmap(2) man page: RETURN VALUE On success, mmap() returns a pointer to the mapped area. On error, the value MAP_FAILED (that is, (void *) -1) is returned, and errno is set to indicate the error. (cherry picked from commit 6b70c3dc5ab2f290fcdbe474bcb7d6fdf29eae4c) Co-authored-by: Namhyung Kim <namhyung@gmail.com> | ||||
* | [3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) ↵ | Pablo Galindo Salgado | 2023-12-01 | 1 | -4/+34 |
| | | | | | | | (#112590) (cherry picked from commit a73aa48e6bec900be7edd3431deaa5fc1d809e6f) Signed-off-by: Pablo Galindo <pablogsal@gmail.com> | ||||
* | gh-103295: expose API for writing perf map files (#103546) | gsallam | 2023-05-21 | 1 | -68/+16 |
| | | | | | Co-authored-by: Aniket Panse <aniketpanse@fb.com> Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Carl Meyer <carl@oddbird.net> | ||||
* | gh-103650: Fix perf maps address format (#103651) | Arthur Pastel | 2023-05-07 | 1 | -1/+1 |
| | |||||
* | gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083) | Eric Snow | 2022-12-09 | 1 | -30/+14 |
| | | | https://github.com/python/cpython/issues/81057 | ||||
* | gh-96143: Move the perf trampoline files to the Python directory (#98675) | Pablo Galindo Salgado | 2022-10-25 | 1 | -0/+531 |