Message 306330 - Python tracker
Message306330
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2017-11-16.02:43:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1510800207.44.0.213398074469.issue32043@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I propose to add a new "developer mode": a new "-X dev" command line option. In short: python3 -X dev script.py behaves as: PYTHONMALLOC=debug python3 -W default -X faulthandler script.py For the rationale, please see: https://mail.python.org/pipermail/python-dev/2017-November/150514.html |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-16 02:43:27 | vstinner | set | recipients: + vstinner |
| 2017-11-16 02:43:27 | vstinner | set | messageid: <1510800207.44.0.213398074469.issue32043@psf.upfronthosting.co.za> |
| 2017-11-16 02:43:27 | vstinner | link | issue32043 messages |
| 2017-11-16 02:43:26 | vstinner | create | |