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 nascheme
Recipients nascheme
Date 2021-03-03.00:52:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
In bug #43372, we didn't notice that the code for the __hello__ module was not re-generated.  Things seems to be okay but the line number table was corrupted.  It seems a good idea to add a small test to ensure that doesn't happen again.

I marked the test as CPython implementation specific.
History
Date User Action Args
2021-03-03 00:52:30naschemesetrecipients: + nascheme
2021-03-03 00:52:30naschemesetmessageid: <[email protected]>
2021-03-03 00:52:30naschemelinkissue43381 messages
2021-03-03 00:52:29naschemecreate