Staging
v0.5.1
https://github.com/python/cpython
Revision 91234a16367b56ca03ee289f7c03a34d4cfec4c8 authored by Inada Naoki on 03 June 2019, 12:30:58 UTC, committed by GitHub on 03 June 2019, 12:30:58 UTC
This patch implements per opcode cache mechanism, and use it in
only LOAD_GLOBAL opcode.

Based on Yury's opcache3.patch in bpo-26219.
1 parent 29ec422
Raw File
Tip revision: 91234a16367b56ca03ee289f7c03a34d4cfec4c8 authored by Inada Naoki on 03 June 2019, 12:30:58 UTC
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Tip revision: 91234a1
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top