commit | ad43dc0b54994e7e7d06e3d4896ade188b36ee12 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Mon Nov 15 17:38:53 2021 -0500 |
committer | GitHub <noreply@github.com> | Mon Nov 15 14:38:53 2021 -0800 |
tree | 56451eefc96cc3fbe0ff5f4d07570e173b359f70 | |
parent | c750adbe6990ee8239b27d5f4591283a06bfe862 [diff] |
bpo-25381: Update explanation of exceptions in C. (GH-26838) * bpo-25381: Update explanation of exception globals This paragraph in extending/extending.rst was unchanged (except for NULL markup) since committed in 2007 Aug 15 for 2.6 alpha. * Respond to reviews and remove duplication. * Update Doc/extending/extending.rst Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>