File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ _types_exec(PyObject *m)
2828 EXPORT_STATIC_TYPE ("CoroutineType" , PyCoro_Type );
2929 EXPORT_STATIC_TYPE ("EllipsisType" , PyEllipsis_Type );
3030 EXPORT_STATIC_TYPE ("FrameType" , PyFrame_Type );
31+ EXPORT_STATIC_TYPE ("FrameLocalsProxyType" , PyFrameLocalsProxy_Type );
3132 EXPORT_STATIC_TYPE ("FunctionType" , PyFunction_Type );
3233 EXPORT_STATIC_TYPE ("GeneratorType" , PyGen_Type );
3334 EXPORT_STATIC_TYPE ("GenericAlias" , Py_GenericAliasType );
@@ -46,7 +47,6 @@ _types_exec(PyObject *m)
4647 EXPORT_STATIC_TYPE ("TracebackType" , PyTraceBack_Type );
4748 EXPORT_STATIC_TYPE ("UnionType" , _PyUnion_Type );
4849 EXPORT_STATIC_TYPE ("WrapperDescriptorType" , PyWrapperDescr_Type );
49- EXPORT_STATIC_TYPE ("FrameLocalsProxyType" , PyFrameLocalsProxy_Type );
5050#undef EXPORT_STATIC_TYPE
5151 return 0 ;
5252}
You can’t perform that action at this time.
0 commit comments