[issue27594] Assertion failure when running "test_ast" tests with coverage.

2016-08-16 Thread ap
ap added the comment: Thanks, Ivan, that change fixes it for me, too. I checked with a more recent revision and build: $ hg identify 265644bad99e+ tip $ ./python.exe --version Python 3.6.0a4+ $ Confirmed that it still exhibited the same behaviour as before: $ ./python.exe -m test test_ast

[issue27594] Assertion failure when running "test_ast" tests with coverage.

2016-07-22 Thread ap
New submission from ap: This is with a build of the default branch on OS X 10.11.6: $ hg identify fada654c5f72 tip $ ./python.exe --version Python 3.6.0a3+ $ The "test_ast" tests appear to run fine without coverage tracking enabled: $ ./python.exe -m test test_ast Run tests sequent