Skip to content

Commit 3b95d07

Browse files
committed
Added PyCF_ONLY_AST constant
1 parent d530217 commit 3b95d07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/PythonEngine.pas

+3
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,9 @@ TPythonVersionProp = record
759759
cf_feature_version : integer; //added in Python 3.8
760760
end;
761761

762+
const
763+
PyCF_ONLY_AST = $0400;
764+
762765
// from datetime.h
763766

764767

0 commit comments

Comments
 (0)