We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43f8a5 commit 076eb2bCopy full SHA for 076eb2b
1 file changed
Modules/_decimal/_decimal.c
@@ -1502,8 +1502,7 @@ context_clear(PyObject *op)
1502
/* Since traps and flags hold a borrowed reference to the
1503
flags stored in the context object, these references need
1504
to be cleared when the context object is deallocated
1505
- because other objects could hold references to the
1506
- traps and/or flags objects. See gh-146011. */
+ because traps and flags can survive. See gh-146011. */
1507
PyDecSignalDictObject *traps = _PyDecSignalDictObject_CAST(self->traps);
1508
PyDecSignalDictObject *flags = _PyDecSignalDictObject_CAST(self->flags);
1509
0 commit comments