BPO | [46841](https://bugs.python.org/issue46841) --- | :--- Nosy | @markshannon, @corona10, @pablogsal, @brandtbucher, @neonene, @iritkatriel, @penguin-wwy PRs | python/cpython#31543python/cpython#31552python/cpython#31575python/cpython#31591python/cpython#31618python/cpython#31622python/cpython#31640python/cpython#31663python/cpython#31664python/cpython#31671python/cpython#31709python/cpython#31742python/cpython#31780python/cpython#31817python/cpython#31888python/cpython#31901python/cpython#31968python/cpython#32099python/cpython#32100python/cpython#32205python/cpython#32222 *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: ```python assignee = 'https://github.com/brandtbucher' closed_at = None created_at = labels = ['interpreter-core', 'deferred-blocker', '3.11', 'performance'] title = 'Inline bytecode caches' updated_at = user = 'https://github.com/brandtbucher' ``` bugs.python.org fields: ```python activity = actor = 'Mark.Shannon' assignee = 'brandtbucher' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = creator = 'brandtbucher' dependencies = [] files = [] hgrepos = [] issue_num = 46841 keywords = ['patch'] message_count = 29.0 messages = ['413875', '413901', '413987', '413988', '414188', '414194', '414261', '414277', '414343', '414349', '414358', '414359', '414364', '414371', '414372', '414378', '414391', '414461', '414490', '414523', '414547', '414696', '414763', '414955', '415307', '415676', '415969', '416482', '416483'] nosy_count = 7.0 nosy_names = ['Mark.Shannon', 'corona10', 'pablogsal', 'brandtbucher', 'neonene', 'iritkatriel', 'penguin_wwy'] pr_nums = ['31543', '31552', '31575', '31591', '31618', '31622', '31640', '31663', '31664', '31671', '31709', '31742', '31780', '31817', '31888', '31901', '31968', '32099', '32100', '32205', '32222'] priority = 'deferred blocker' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'performance' url = 'https://bugs.python.org/issue46841' versions = ['Python 3.11'] ``` ### Linked PRs * gh-102569