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 methane
Recipients docs@python, lukasz.langa, mdk, methane, vstinner
Date 2019-04-11.07:57:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554969470.37.0.247721878812.issue36597@roundup.psfhosted.org>
In-reply-to
Content
> See the beginning of my first message, the doctest prevents me to merge a PR.


You did not show travis build link which failed other than "obj dead or exiting" error.
Don't all other errors happened only on your environment?  If no, please link to travis build link.

As far as I can confirm now, only "obj dead or exiting" error is problem in Travis.


> But I tested on the master branch without my change, and I get the same issue locally, and the issues seems to be unrelated to my change.

I suspect your environment (locale and venv used to run doctest), not your changes.

> """
> On my https://github.com/python/cpython/pull/12770 the doctest job of Travis CI failed with:
> 
> https://travis-ci.org/python/cpython/jobs/518572326
> """

Only "obj dead or exiting" happened in the job.
History
Date User Action Args
2019-04-11 07:57:50methanesetrecipients: + methane, vstinner, docs@python, lukasz.langa, mdk
2019-04-11 07:57:50methanesetmessageid: <1554969470.37.0.247721878812.issue36597@roundup.psfhosted.org>
2019-04-11 07:57:50methanelinkissue36597 messages
2019-04-11 07:57:50methanecreate