We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4926e commit cf91b5fCopy full SHA for cf91b5f
Source/PythonEngine.pas
@@ -615,7 +615,8 @@ TPythonVersionProp = record
615
ob_type: PPyTypeObject;
616
ob_size: NativeInt; // Number of items in variable part
617
tp_name: PAnsiChar; // For printing
618
- tp_basicsize, tp_itemsize: NativeInt; // For allocation
+ tp_basicsize,
619
+ tp_itemsize: NativeInt; // For allocation
620
621
// Methods to implement standard operations
622
0 commit comments