File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -233,10 +233,11 @@ the same library that the Python runtime is using.
233233
234234 Parse and compile the Python source code in *str *, returning the resulting code
235235 object. The start symbol is given by *start *; this can be used to constrain the
236- code which can be compiled and should be one of the :ref: `available start symbols <start-symbols >`.
237- The filename specified by *filename * is used to construct the code object
238- and may appear in tracebacks or :exc: `SyntaxError ` exception messages.
239- This returns ``NULL `` if the code cannot be parsed or compiled.
236+ code which can be compiled and should be :ref: `available start symbols
237+ <start-symbols>`. The filename specified by
238+ *filename * is used to construct the code object and may appear in tracebacks or
239+ :exc: `SyntaxError ` exception messages. This returns ``NULL `` if the code
240+ cannot be parsed or compiled.
240241
241242 The integer *optimize * specifies the optimization level of the compiler; a
242243 value of ``-1 `` selects the optimization level of the interpreter as given by
You can’t perform that action at this time.
0 commit comments