]> granicus.if.org Git - python/commit
Issue #27594: Prevent assertion error when running test_ast with coverage
authorNed Deily <nad@python.org>
Wed, 17 Aug 2016 21:18:33 +0000 (17:18 -0400)
committerNed Deily <nad@python.org>
Wed, 17 Aug 2016 21:18:33 +0000 (17:18 -0400)
commitdc35cda2de9888f78218fd5207f516ceec0d4e82
tree898b92fea71bff8b525051c94fbbb3eea4e294c0
parent8bcf312d093cd90ca65b329d3f97ec2a1304c5b3
Issue #27594: Prevent assertion error when running test_ast with coverage
enabled: ensure code object has a valid first line number.
Patch suggested by Ivan Levkivskyi.
Misc/NEWS
Python/compile.c