mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
0539bfaaa4
on how PyErr_NewException() behaves in that case. Clarify why an owned reference is kept in an extension module's variable that refers to the result of PyErr_NewException(); one reader thought that was a leak. Clean up some tabs and simplify some markup.