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 vstinner
Recipients barry, eric.araujo, serhiy.storchaka, vstinner
Date 2022-01-05.09:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641373769.87.0.158129278084.issue46142@roundup.psfhosted.org>
In-reply-to
Content
initconfig.c parses all -X options. preconfig.c also checks for a few specific -X options which are also checked in initconfig.c.

My notes on parsing command line options:
https://pythondev.readthedocs.io/pyconfig.html#add-a-new-command-line-option
History
Date User Action Args
2022-01-05 09:09:29vstinnersetrecipients: + vstinner, barry, eric.araujo, serhiy.storchaka
2022-01-05 09:09:29vstinnersetmessageid: <1641373769.87.0.158129278084.issue46142@roundup.psfhosted.org>
2022-01-05 09:09:29vstinnerlinkissue46142 messages
2022-01-05 09:09:29vstinnercreate