pyo3_
ffi
0.24.0
In pyo3_
ffi::
cpython::
compile
Structs
PyCompilerFlags
PyFutureFeatures
Constants
FUTURE_ABSOLUTE_IMPORT
FUTURE_BARRY_AS_BDFL
FUTURE_DIVISION
FUTURE_GENERATORS
FUTURE_GENERATOR_STOP
FUTURE_NESTED_SCOPES
FUTURE_PRINT_FUNCTION
FUTURE_UNICODE_LITERALS
FUTURE_WITH_STATEMENT
Functions
PyAST_CompileEx
PyAST_CompileObject
PyCompile_OpcodeStackEffect
PyCompile_OpcodeStackEffectWithJump
PyFuture_FromAST
PyFuture_FromASTObject
PyNode_Compile
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here
pyo3_ffi
::
cpython
::
compile
Constant
FUTURE_GENERATOR_STOP
Copy item path
Settings
Help
Summary
Source
pub const FUTURE_GENERATOR_STOP: &
str
= "generator_stop";
Available on
non-
Py_LIMITED_API
only.