Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1106)

Delta Between Two Patch Sets: Include/object.h

Issue 5251: contextlib.nested inconsistent with, well, nested with statements due exceptions raised in __enter__
Left Patch Set: Created 2 years, 8 months ago
Right Patch Set: Created 2 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | Include/pyerrors.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #ifndef Py_OBJECT_H 1 #ifndef Py_OBJECT_H
2 #define Py_OBJECT_H 2 #define Py_OBJECT_H
3 #ifdef __cplusplus 3 #ifdef __cplusplus
4 extern "C" { 4 extern "C" {
5 #endif 5 #endif
6 6
7 7
8 /* Object and type object interface */ 8 /* Object and type object interface */
9 9
10 /* 10 /*
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 if (_PyTrash_delete_later && _PyTrash_delete_nesting <= 0) \ 972 if (_PyTrash_delete_later && _PyTrash_delete_nesting <= 0) \
973 _PyTrash_destroy_chain(); \ 973 _PyTrash_destroy_chain(); \
974 } \ 974 } \
975 else \ 975 else \
976 _PyTrash_deposit_object((PyObject*)op); 976 _PyTrash_deposit_object((PyObject*)op);
977 977
978 #ifdef __cplusplus 978 #ifdef __cplusplus
979 } 979 }
980 #endif 980 #endif
981 #endif /* !Py_OBJECT_H */ 981 #endif /* !Py_OBJECT_H */
LEFTRIGHT
« no previous file | Include/pyerrors.h » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7