_tracemalloc frame_t packing optimization not working in Windows x64 · Issue #75201 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@segevfiner

Description

@segevfiner

BPO 31018
Nosy @pfmoore, @vstinner, @tjguk, @zware, @zooba, @segevfiner
PRs bpo-31018: Switch to #pragma pack from __declspec(align) in _tracemalloc #2848bpo-9566: Fix some Windows x64 compiler warnings #2492[3.6] bpo-31018: Switch to #pragma pack from __declspec(align) (GH-2848) #2868[3.5] bpo-31018: Switch to #pragma pack from __declspec(align) (GH-2848) #2869

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 = <Date 2017-07-25.17:21:25.140> created_at = <Date 2017-07-24.17:20:41.563> labels = ['extension-modules', 'type-feature', '3.7', 'OS-windows'] title = '_tracemalloc frame_t packing optimization not working in Windows x64' updated_at = <Date 2017-07-25.17:21:25.139> user = 'https://github.com/segevfiner'

bugs.python.org fields:

activity = <Date 2017-07-25.17:21:25.139> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2017-07-25.17:21:25.140> closer = 'vstinner' components = ['Extension Modules', 'Windows'] creation = <Date 2017-07-24.17:20:41.563> creator = 'Segev Finer' dependencies = [] files = [] hgrepos = [] issue_num = 31018 keywords = [] message_count = 5.0 messages = ['298999', '299046', '299121', '299122', '299123'] nosy_count = 6.0 nosy_names = ['paul.moore', 'vstinner', 'tim.golden', 'zach.ware', 'steve.dower', 'Segev Finer'] pr_nums = ['2848', '2492', '2868', '2869'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue31018' versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']