This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, pablogsal, serhiy.storchaka, vstinner, yselivanov
Date 2019-06-11.20:53:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560286424.24.0.218967826713.issue37213@roundup.psfhosted.org>
In-reply-to
Content
I removed the memchr(255) to see which tests fail:

test_extended_opargs (test.test_modulefinder.ModuleFinderTest) ... python: Python/peephole.c:469: PyCode_Optimize: Assertion `cum_orig_offset % sizeof(_Py_CODEUNIT) == 0' failed.
Fatal Python error: Aborted

test_extended_arg (test.test_compile.TestSpecifics) ... python: Python/peephole.c:469: PyCode_Optimize: Assertion `cum_orig_offset % sizeof(_Py_CODEUNIT) == 0' failed.
Fatal Python error: Aborted

test_field_named_like_builtin (test.test_dataclasses.TestCase) ... python: Python/peephole.c:469: PyCode_Optimize: Assertion `cum_orig_offset % sizeof(_Py_CODEUNIT) == 0' failed.
Fatal Python error: Aborted

test_field_named_like_builtin_frozen (test.test_dataclasses.TestCase) ... python: Python/peephole.c:469: PyCode_Optimize: Assertion `cum_orig_offset % sizeof(_Py_CODEUNIT) == 0' failed.
Fatal Python error: Aborted

Does test_compile have unit tests test_modulefinder and test_dataclasses cases?
History
Date User Action Args
2019-06-11 20:53:44vstinnersetrecipients: + vstinner, benjamin.peterson, serhiy.storchaka, yselivanov, pablogsal
2019-06-11 20:53:44vstinnersetmessageid: <1560286424.24.0.218967826713.issue37213@roundup.psfhosted.org>
2019-06-11 20:53:44vstinnerlinkissue37213 messages
2019-06-11 20:53:44vstinnercreate