[issue19626] test_email and Lib/email/_policybase.py failures with -OO

2013-11-25 Thread R. David Murray
R. David Murray added the comment: Lacking feedback in the negative, I'm closing this. -- status: open -> closed ___ Python tracker ___ __

[issue19626] test_email and Lib/email/_policybase.py failures with -OO

2013-11-19 Thread Francisco Martín Brugué
Francisco Martín Brugué added the comment: small correction: a fresh clone, then: ./configure --with-pydebug make -j4 ./python -OO -m test -v test_email -- ___ Python tracker __

[issue19626] test_email and Lib/email/_policybase.py failures with -OO

2013-11-19 Thread Francisco Martín Brugué
Francisco Martín Brugué added the comment: Actual tip: changeset: 87276:2012e85638d9 date: Tue Nov 19 11:43:38 2013 -0800 It's a fresh clone, then: make clean ./configure --with-pydebug make -j4 ./python -OO -m test -v test_email == CPython 3.4.0a4+ (default:2012e85638d9, Nov 19 2013, 22:40:39)

[issue19626] test_email and Lib/email/_policybase.py failures with -OO

2013-11-18 Thread R. David Murray
Changes by R. David Murray : -- status: pending -> open superseder: -> pyo's are not overwritten by different optimization levels ___ Python tracker ___

[issue19626] test_email and Lib/email/_policybase.py failures with -OO

2013-11-18 Thread R. David Murray
Changes by R. David Murray : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue19626] test_email and Lib/email/_policybase.py failures with -OO

2013-11-18 Thread R. David Murray
R. David Murray added the comment: I can't get this to fail. The code handles None docstrings correctly (_append_doc is not called if the __doc__ attribute is None). The only way I can see this error arising would be if the _policybase.pyo file had docstrings stripped, but the policy.pyo file

[issue19626] test_email and Lib/email/_policybase.py failures with -OO

2013-11-16 Thread Ezio Melotti
New submission from Ezio Melotti: >From #19535: $ ./python -OO -m test -v test_email [...] == ERROR: test_policy (unittest.loader.ModuleImportFailure) -- Trac