| Title | If you use "python -G" to run the P4DTI you don't get so much error checking |
| Status | suspended |
| Priority | nice |
| Assigned user | Nick Barnes |
| Organization | Ravenbrook |
| Description | If you run the P4DTI using the -G (optimize) option to Python, then a lot of error checking is turned off. |
| Analysis | This is because the -G option causes 'assert' statements to be ignored. We should use something other than 'assert' to catch runtime errors. |
| How found | inspection |
| Evidence | None. |
| Observed in | 1.1.1 |
| Created by | Gareth Rees |
| Created on | 2001-05-17 16:48:32 |
| Last modified by | Nick Barnes |
| Last modified on | 2018-07-05 17:27:38 |
| History | 2001-05-17 GDR Created. 2018-07-05 NB Suspended because the P4DTI is obsolete. |