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 vidhya
Recipients Arfrever, David.Manowitz, docs@python, ggenellina, iritkatriel, jgehrcke, martin.panter, pitrou, stutzbach, terry.reedy, vidhya
Date 2022-03-01.01:17:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646097434.58.0.725134727788.issue6634@roundup.psfhosted.org>
In-reply-to
Content
[Entry level contributor seeking guidance]
If this is still open, I can work on this.

I plan to add the following in sys.exit() and add a reference to thread.exit() at https://docs.python.org/3/library/sys.html#sys.exit:

When called from a thread other than the main thread, this causes the thread to exit silently, and is equivalent to calling :func:`thread.exit`.

Please correct if anything wrong.
History
Date User Action Args
2022-03-01 01:17:14vidhyasetrecipients: + vidhya, terry.reedy, ggenellina, pitrou, stutzbach, Arfrever, jgehrcke, docs@python, martin.panter, David.Manowitz, iritkatriel
2022-03-01 01:17:14vidhyasetmessageid: <1646097434.58.0.725134727788.issue6634@roundup.psfhosted.org>
2022-03-01 01:17:14vidhyalinkissue6634 messages
2022-03-01 01:17:14vidhyacreate