This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Namjun Kim
Recipients Namjun Kim, docs@python
Date 2017-04-04.02:36:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491273401.15.0.69165837027.issue29975@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3.7/extending/extending.html

"Should it become a dangling pointer, C code which raises the exception could cause a core dump or other unintended side effects."

The typo error in this sentence.

"If it become a dangling pointer, C code which raises the exception could cause a core dump or other unintended side effects."

fix the typo error.
History
Date User Action Args
2017-04-04 02:36:41Namjun Kimsetrecipients: + Namjun Kim, docs@python
2017-04-04 02:36:41Namjun Kimsetmessageid: <1491273401.15.0.69165837027.issue29975@psf.upfronthosting.co.za>
2017-04-04 02:36:41Namjun Kimlinkissue29975 messages
2017-04-04 02:36:40Namjun Kimcreate