properly support the `PyCompilerFlags* flags` argument for `PyRun_StringFlags`
Need to support the case where it is NULL. Also, we need to mutate it if any future flags are read in.
Showing
Please register or sign in to comment
Need to support the case where it is NULL. Also, we need to mutate it if any future flags are read in.