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 terry.reedy
Recipients benjamin.peterson, brett.cannon, dabeaz, larry, ncoghlan, python-dev, serhiy.storchaka, terry.reedy, yselivanov
Date 2015-09-04.21:46:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441403214.63.0.897763494947.issue24975@psf.upfronthosting.co.za>
In-reply-to
Content
Upon writing a proof-of-concept file for #24981, I discovered an stdlib file that gave the same error.

C:/programs/Python35/Lib\distutils/_msvccompiler.py
ValueError: None disallowed in expression list

I presume the applied fix will apply to this also.
History
Date User Action Args
2015-09-04 21:46:54terry.reedysetrecipients: + terry.reedy, brett.cannon, ncoghlan, larry, benjamin.peterson, dabeaz, python-dev, serhiy.storchaka, yselivanov
2015-09-04 21:46:54terry.reedysetmessageid: <1441403214.63.0.897763494947.issue24975@psf.upfronthosting.co.za>
2015-09-04 21:46:54terry.reedylinkissue24975 messages
2015-09-04 21:46:54terry.reedycreate