Closed
Description
BPO | 46657 |
---|---|
Nosy | @nascheme, @tiran, @corona10, @erlend-aasland, @h-vetinari |
PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2022-02-06.14:49:12.884>
labels = ['interpreter-core', 'type-feature', '3.11']
title = 'Add mimalloc memory allocator'
updated_at = <Date 2022-03-24.02:10:23.628>
user = 'https://github.com/tiran'
bugs.python.org fields:
activity = <Date 2022-03-24.02:10:23.628>
actor = 'h-vetinari'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2022-02-06.14:49:12.884>
creator = 'christian.heimes'
dependencies = []
files = []
hgrepos = []
issue_num = 46657
keywords = ['patch']
message_count = 12.0
messages = ['412639', '412641', '412645', '412654', '412669', '412679', '412741', '412749', '412796', '412835', '412867', '412986']
nosy_count = 5.0
nosy_names = ['nascheme', 'christian.heimes', 'corona10', 'erlendaasland', 'h-vetinari']
pr_nums = ['31164']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue46657'
versions = ['Python 3.11']
Linked PRs
- gh-90815: Add mimalloc memory allocator #109914
- gh-90815: Fix _PyMem_MimallocEnabled() compiler warning #111522
- gh-90815: Fix mimalloc build on WASI #111524
- gh-90815: Fix mimalloc atomic.h on Windows arm64 #111527
- gh-90815: Define WITH_MIMALLOC macro in PC/pyconfig.h #111528
- gh-90815: Exclude mimalloc .c files from Windows build #111532
- gh-90815: Document bundled mimalloc in What’s New In Python 3.13 #117811