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 xtreak
Recipients levkivskyi, xtreak
Date 2019-05-13.15:52:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557762722.1.0.805190875774.issue36905@roundup.psfhosted.org>
In-reply-to
Content
This happens only while running the tests sequentially and also with whole test suite. This error is present in optional GCC build consistently as below : 

https://travis-ci.org/python/cpython/jobs/531845094#L2103

Running whole test suite sequentially in verbose mode brings below message locally : 

test_get_type_hints_modules_forwardref (test.test_typing.GetTypeHintTests) ... unexpected success

I am not sure of the relation in running this sequentially along with the whole test suite. Feel free to close this if this is a false positive.
History
Date User Action Args
2019-05-13 15:52:02xtreaksetrecipients: + xtreak, levkivskyi
2019-05-13 15:52:02xtreaksetmessageid: <1557762722.1.0.805190875774.issue36905@roundup.psfhosted.org>
2019-05-13 15:52:02xtreaklinkissue36905 messages
2019-05-13 15:52:01xtreakcreate