BPO | [33042](https://bugs.python.org/issue33042) --- | :--- Nosy | @ncoghlan, @vstinner, @ned-deily, @pmp-p, @ericsnowcurrently, @miss-islington, @springermac PRs | python/cpython#6157python/cpython#6232 Files | [bpo-33042-test-case.diff](https://bugs.python.org/file47477/bpo-33042-test-case.diff "Uploaded as text/plain at 2018-03-12.12:28:27 by @ncoghlan"): New test_embed test case illustrating the reported crash[bpo-33042-earlier-tree-test-case.diff](https://bugs.python.org/file47485/bpo-33042-earlier-tree-test-case.diff "Uploaded as text/plain at 2018-03-14.11:45:18 by @ncoghlan"): Modified test case patch that applies to older 3.7.x dev branch commits *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/ncoghlan' closed_at = created_at = labels = ['interpreter-core', '3.8', 'type-bug', '3.7'] title = 'New 3.7 startup sequence crashes PyInstaller' updated_at = user = 'https://bugs.python.org/htgoebel' ``` bugs.python.org fields: ```python activity = actor = 'ncoghlan' assignee = 'ncoghlan' closed = True closed_date = closer = 'ncoghlan' components = ['Interpreter Core'] creation = creator = 'htgoebel' dependencies = [] files = ['47477', '47485'] hgrepos = [] issue_num = 33042 keywords = ['patch'] message_count = 22.0 messages = ['313546', '313643', '313649', '313651', '313815', '313816', '313817', '313823', '313871', '313903', '314006', '314138', '314194', '314366', '314396', '314405', '314407', '314429', '314433', '314434', '314449', '314450'] nosy_count = 8.0 nosy_names = ['htgoebel', 'ncoghlan', 'vstinner', 'ned.deily', 'pmpp', 'eric.snow', 'miss-islington', 'springermac'] pr_nums = ['6157', '6232'] priority = 'critical' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue33042' versions = ['Python 3.7', 'Python 3.8'] ```