[issue37397] Trap in Python 3.5 under Apache 2.2 when Django database returns 'None'.

2019-06-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This tracker deals with CPython development and this doesn't seem like am issue in CPython but rather an error in your program. I assume you might be passing None somewhere in the django ORM query that is expecting a number. Also please don't post

[issue37397] Trap in Python 3.5 under Apache 2.2 when Django database returns 'None'.

2019-06-24 Thread JOMO WILLACY
New submission from JOMO WILLACY : I am using Python 3.5 with Django and the Python web server and Apache 2.2 web server. I am querying the database for a "drug_name" and an "insurer" - # and minimum "price". Here is what works and what does not work Valid Drug Name Valid Insurer