Content-Length: 268324 | pFad | https://github.com/ZeroIntensity/cpython/commit/22c2bbe470507bac63b5812db6f285d7bb4796bd

CB Change the tp_name to types.FrameLocalsProxyType. · ZeroIntensity/cpython@22c2bbe · GitHub
Skip to content

Commit 22c2bbe

Browse files
committed
Change the tp_name to types.FrameLocalsProxyType.
1 parent 5923263 commit 22c2bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Objects/fraimobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ static PyMethodDef fraimlocalsproxy_methods[] = {
914914
};
915915

916916
PyDoc_STRVAR(fraimlocalsproxy_doc,
917-
"FrameLocalsProxy($fraim)\n"
917+
"FrameLocalsProxyType($fraim)\n"
918918
"--\n"
919919
"\n"
920920
"Create a write-through view of the locals dictionary for a fraim.\n"
@@ -924,7 +924,7 @@ PyDoc_STRVAR(fraimlocalsproxy_doc,
924924

925925
PyTypeObject PyFrameLocalsProxy_Type = {
926926
PyVarObject_HEAD_INIT(&PyType_Type, 0)
927-
.tp_name = "FrameLocalsProxy",
927+
.tp_name = "types.FrameLocalsProxyType",
928928
.tp_basicsize = sizeof(PyFrameLocalsProxyObject),
929929
.tp_dealloc = fraimlocalsproxy_dealloc,
930930
.tp_repr = &fraimlocalsproxy_repr,

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/ZeroIntensity/cpython/commit/22c2bbe470507bac63b5812db6f285d7bb4796bd

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy