Issue 24459: Mention PYTHONFAULTHANDLER in the man page (original) (raw)

Created on 2015-06-16 20:51 by Antony.Lee, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
addMissingEnvVarsAndAlphabetize.patch zitterbewegung,2016-05-21 22:31 Changes to man page to make it consistent with section 1.2 and alphabetization. review
addMissingEnvironmentVariables.patch zitterbewegung,2016-06-03 21:44 Patch for the man page adding missing environment variables. review
addMissingEnvironmentVariables-review-1.patch zitterbewegung,2016-06-05 19:58 Made man page documentation for patch clearer and more concise.
rebased_addMissingEnvironmentalVariables.patch zitterbewegung,2016-10-10 00:33 review
correctedRebasedAddMissingEnvironmentalVariables.patch zitterbewegung,2016-10-10 16:00 review
corrected.patch zitterbewegung,2016-11-20 03:57 review
issue24459_cleanup.diff berker.peksag,2017-02-06 10:03 review
issue24459_cleanup_2.diff berker.peksag,2017-02-06 11:08 review
Pull Requests
URL Status Linked Edit
PR 4142 merged berker.peksag,2017-10-26 22:49
PR 8207 merged miss-islington,2018-07-09 19:18
Messages (26)
msg245422 - (view) Author: Antony Lee (Antony.Lee) * Date: 2015-06-16 20:51
The man page doesn't mention PYTHONFAULTHANDER in the list of environment variables (I haven't thoroughly checked that everyone else is there, either). I would also suggest reordering the environment variables in alphabetical order.
msg245424 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2015-06-16 21:07
PYTHONASYNCIODEBUG and PYTHONTRACEMALLOC are also missing. I didn't know that Python has a manual page :-) (Misc/python.man) Note: I added these 3 environment variables ;-)
msg266032 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2016-05-21 22:31
Hi, I have alphabetized and added the missing Environment Variables according to Section 1.2 https://docs.python.org/3.6/using/cmdline.html#environment-variables . I also added the missing environment variables from that documentation section. Should Section 1.2 also be alphabetized? I noticed it wasn't. This is my first contribution to python (I also just filled out the contributor forms) any comments and criticism is appreciated.
msg267135 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2016-06-03 18:56
Ping.
msg267159 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-06-03 20:36
> Hi, I have alphabetized and [...] Can you please de-alphabetize the list to make patch review a little bit easier? Thanks!
msg267167 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2016-06-03 21:44
Undid alphabetization and added additional missing environment variables including debug mode variables.
msg267170 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-06-03 22:03
Thanks for the patch, Joshua. I did a quick review and it looks good to me. I will review and test it more carefully later today.
msg267380 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-06-05 04:59
I left some review comments on Rietveld: http://bugs.python.org/review/24459/
msg267470 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2016-06-05 19:58
I have reviewed the comments on Rietveld and made the changes to the patch. Attached is the revised version.
msg269918 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2016-07-07 02:31
ping
msg278174 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2016-10-06 05:24
Hi Joshua, Seems like your latest patch doesn't apply cleanly to the default branch. Can you rebase and upload a new patch? Thanks.
msg278395 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2016-10-10 00:33
Hi I performed the rebase on the default branch.
msg278425 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2016-10-10 16:00
Thanks for reviewing Mariatta I have made a new patch that has those typos corrected.
msg280724 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2016-11-14 00:58
ping
msg280751 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-11-14 11:28
Thanks for the updated patch, Joshua. I will review and commit it this week.
msg281238 - (view) Author: Antony Lee (Antony.Lee) * Date: 2016-11-20 01:10
PYTHONUSERBASE is also missing.
msg281245 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2016-11-20 03:57
Thanks for pointing out that wasn't in the latest patch this has been corrected.
msg287116 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2017-02-06 10:03
Thanks for the patch and sorry for my late response. I did some tweaks and am planning to commit the tweaked version of your patch this week.
msg293171 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2017-05-06 19:50
Ping
msg298685 - (view) Author: Joshua Jay Herman (zitterbewegung) * Date: 2017-07-19 19:14
Was this ever merged? I'm not sure whats happening.
msg298789 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-07-21 09:20
> Was this ever merged? No. > I'm not sure whats happening. Hum, nothing is happening. In december, Berker wrote "Thanks for the updated patch, Joshua. I will review and commit it this week." and then it seems like he found issues, since he proposed a new patch. And then, nothing new happened. Nobody reviewed latest Berker's patch and Berker maybe forgot to push it. Can someone pick a recent patch and convert it to a GitHub PR? Berker, the author of the most recent patch, maybe?
msg309692 - (view) Author: Anant Prakash (APwhitehat) * Date: 2018-01-09 09:53
I am going to take the patch, edit and make a github PR for this. Any updates on this issue are welcome. Thank you
msg309695 - (view) Author: Anant Prakash (APwhitehat) * Date: 2018-01-09 13:11
Ignore my previous comment. My bad.
msg321344 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2018-07-09 19:18
New changeset 9863de0355caf23c44b708a5d68b603e135f7ae9 by Berker Peksag in branch 'master': bpo-24459: Document missing env variables in python.man (GH-4142) https://github.com/python/cpython/commit/9863de0355caf23c44b708a5d68b603e135f7ae9
msg321345 - (view) Author: miss-islington (miss-islington) Date: 2018-07-09 19:37
New changeset 22fb674fa4c8343c84c25d93f23a1d6315d0f4f5 by Miss Islington (bot) in branch '3.7': bpo-24459: Document missing env variables in python.man (GH-4142) https://github.com/python/cpython/commit/22fb674fa4c8343c84c25d93f23a1d6315d0f4f5
msg321346 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2018-07-09 19:38
Thanks, Joshua!
History
Date User Action Args
2022-04-11 14:58:18 admin set github: 68647
2018-07-09 19:38:34 berker.peksag set status: open -> closedversions: + Python 3.8, - Python 3.6messages: + resolution: fixedstage: patch review -> resolved
2018-07-09 19:37:27 miss-islington set nosy: + miss-islingtonmessages: +
2018-07-09 19🔞14 miss-islington set pull_requests: + <pull%5Frequest7756>
2018-07-09 19🔞02 berker.peksag set messages: +
2018-01-09 13:11:07 APwhitehat set nosy:vstinner, docs@python, berker.peksag, matrixise, zitterbewegung, Mariatta, APwhitehatmessages: +
2018-01-09 09:53:27 APwhitehat set nosy: + APwhitehatmessages: +
2017-10-26 22:51:07 berker.peksag set versions: - Python 3.5
2017-10-26 22:49:01 berker.peksag set pull_requests: + <pull%5Frequest4106>
2017-07-21 09:20:23 vstinner set messages: +
2017-07-19 19:14:25 zitterbewegung set messages: +
2017-05-06 19:50:03 zitterbewegung set messages: +
2017-02-06 11:08:29 berker.peksag set files: + issue24459_cleanup_2.diff
2017-02-06 10:03:25 berker.peksag set files: + issue24459_cleanup.diffmessages: +
2016-11-20 03:57:19 zitterbewegung set files: + corrected.patchmessages: +
2016-11-20 01:10:36 Antony.Lee set nosy: - Antony.Lee
2016-11-20 01:10:18 Antony.Lee set nosy: + Antony.Leemessages: +
2016-11-14 11:28:39 berker.peksag set messages: + versions: + Python 3.7
2016-11-14 01:57:56 Antony.Lee set nosy: - Antony.Lee
2016-11-14 00:58:46 zitterbewegung set messages: +
2016-10-10 16:00:48 zitterbewegung set files: + correctedRebasedAddMissingEnvironmentalVariables.patchmessages: +
2016-10-10 00:33:50 zitterbewegung set files: + rebased_addMissingEnvironmentalVariables.patchmessages: +
2016-10-06 05:24:06 Mariatta set nosy: + Mariattamessages: +
2016-08-08 06:08:36 matrixise set nosy: + matrixise
2016-07-07 02:31:31 zitterbewegung set messages: +
2016-06-05 19:58:01 zitterbewegung set files: + addMissingEnvironmentVariables-review-1.patchmessages: +
2016-06-05 04:59:07 berker.peksag set messages: +
2016-06-03 22:03:11 berker.peksag set messages: +
2016-06-03 21:44:25 zitterbewegung set files: + addMissingEnvironmentVariables.patchmessages: +
2016-06-03 20:36:47 berker.peksag set nosy: + berker.peksagmessages: + stage: needs patch -> patch review
2016-06-03 18:56:34 zitterbewegung set messages: +
2016-05-21 22:31:48 zitterbewegung set files: + addMissingEnvVarsAndAlphabetize.patchnosy: + zitterbewegungmessages: + keywords: + patch
2016-03-21 14:07:15 berker.peksag set keywords: + easystage: needs patchtype: enhancementversions: + Python 3.6
2015-06-16 21:07:21 vstinner set nosy: + vstinnermessages: +
2015-06-16 20:51:35 Antony.Lee create