mirror of
https://github.com/python/cpython.git
synced 2025-09-01 14:38:00 +00:00
Fixed indentation of Python examples in C comments.
This commit is contained in:
commit
553e156921
5 changed files with 34 additions and 34 deletions
|
@ -3725,9 +3725,9 @@ compiler_async_with(struct compiler *c, stmt_ty s, int pos)
|
|||
BLOCK
|
||||
finally:
|
||||
if an exception was raised:
|
||||
exc = copy of (exception, instance, traceback)
|
||||
exc = copy of (exception, instance, traceback)
|
||||
else:
|
||||
exc = (None, None, None)
|
||||
exc = (None, None, None)
|
||||
exit(*exc)
|
||||
*/
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue