Skip to content

bpo-27218 : improve tracing performance with f_trace set to Py_None#16157

Closed
nanjekyejoannah wants to merge 2 commits into
python:masterfrom
nanjekyejoannah:issue27218
Closed

bpo-27218 : improve tracing performance with f_trace set to Py_None#16157
nanjekyejoannah wants to merge 2 commits into
python:masterfrom
nanjekyejoannah:issue27218

Conversation

@nanjekyejoannah

@nanjekyejoannah nanjekyejoannah commented Sep 15, 2019

Copy link
Copy Markdown
Contributor

I am not adding a new test as I think this test :

def test_set_and_retrieve_none(self):
        sys.settrace(None)
        assert sys.gettrace() is None

Works for this case too. No ?

https://bugs.python.org/issue27218

@nanjekyejoannah

Copy link
Copy Markdown
Contributor Author

Armin had a comment on pdb that seems to make sense. I close this until we have looked at why pdb fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants