[3.7] bpo-36597: fix random doctest failure by methane · Pull Request #12778 · python/cpython

Conversation

methane

<finalize object at ...; for 'Object' at ...>
>>> exit() #doctest:+SKIP
>>> del obj
obj dead or exiting

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, this change fix doctest, but this example doesn't match to the document...
I want to ignore this document block in doctest.

Labels