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.

classification
Title: add small test for frozen module line number table
Type: enhancement Stage: patch review
Components: Tests Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: nascheme
Priority: low Keywords: patch

Created on 2021-03-03 00:52 by nascheme, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 24712 open nascheme, 2021-03-03 01:01
Messages (1)
msg387989 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2021-03-03 00:52
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
2022-04-11 14:59:42adminsetgithub: 87547
2021-03-03 01:01:59naschemesetkeywords: + patch
pull_requests: + pull_request23490
2021-03-03 00:52:30naschemecreate