◐ Shell
clean mode source ↗

bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API by vstinner · Pull Request #24786 · python/cpython

Conversation

@vstinner

@vstinner vstinner commented

Mar 8, 2021

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

Don't export the symbol anymore.

https://bugs.python.org/issue37146

@vstinner

vstinner commented

Mar 8, 2021

Copy link Copy Markdown

Member Author

I tested manually https://bugs.python.org/issue37146 fix this PR, it works as expected:

$ ./python -m test -R 3:3 test_pprint 
0:00:00 load avg: 1.17 Run tests sequentially
0:00:00 load avg: 1.17 [1/1] test_pprint
beginning 6 repetitions
123456
......

== Tests result: SUCCESS ==

1 test OK.

Total duration: 2.3 sec
Tests result: SUCCESS

@vstinner vstinner merged commit 9f672a5 into python:master

Mar 8, 2021

@vstinner vstinner deleted the internal_opcache branch

March 8, 2021 21:56

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

Reviewers

@pablogsal pablogsal pablogsal approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @pablogsal @bedevere-bot