bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API by vstinner · Pull Request #24786 · python/cpython
Conversation
Member
Don't export the symbol anymore.
Don't export the symbol anymore.
vstinner
added
the
skip news
label
bedevere-bot
added
the
awaiting core review
label
pablogsal
approved these changes
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
vstinner
commented
Mar 8, 2021
vstinner commented
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
merged commit
9f672a5
into
python:master
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
internal_opcache
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment