diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2022-04-03 06:55:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-03 06:55:55 (GMT) |
commit | 124227c95f310d2ecd4b567271ab1919fc7000cb (patch) | |
tree | 2928c003695d7d6877954e7df877479a1d55e5a7 /Python/pystrcmp.c | |
parent | 4f5d56f8f33196f5ed8ffad0ab2f012afda2f9b3 (diff) | |
download | cpython-124227c95f310d2ecd4b567271ab1919fc7000cb.zip cpython-124227c95f310d2ecd4b567271ab1919fc7000cb.tar.gz cpython-124227c95f310d2ecd4b567271ab1919fc7000cb.tar.bz2 |
bpo-44800: Document internal frame naming conventions (GH-32281)
The fact interpreter frames were split out from full frame objects
rather than always being part of the eval loop implementation means
that it's tricky to infer the expected naming conventions simply
from looking at the code.
Documenting the de facto conventions in pycore_frame.h means future
readers of the code will have a clear explanation of the rationale
for those conventions (i.e. minimising non-functional code churn).
Diffstat (limited to 'Python/pystrcmp.c')
0 files changed, 0 insertions, 0 deletions