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 vstinner
Date 2018-08-01.16:18:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533140331.75.0.56676864532.issue34170@psf.upfronthosting.co.za>
In-reply-to
Content
"""
TODO list, open questions:

* Should isolated=1 always imply config->ignore_environment=1 and config->user_site_directory = 0?
* Should we rename debug to parser_debug? "debug" is a very generic term, whereas this flag is really specific to the parser
* Remove _Py_CheckHashBasedPycsMode: replace it with config._check_hash_pycs_mode?
"""

=> DONE!
History
Date User Action Args
2018-08-01 16:18:51vstinnersetrecipients: + vstinner
2018-08-01 16:18:51vstinnersetmessageid: <1533140331.75.0.56676864532.issue34170@psf.upfronthosting.co.za>
2018-08-01 16:18:51vstinnerlinkissue34170 messages
2018-08-01 16:18:51vstinnercreate