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 vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-05-31.15:17:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527779864.47.0.682650639539.issue33720@psf.upfronthosting.co.za>
In-reply-to
Content
I compiled the master branch of Python in release mode using VS2015 (MSC v.1912 64 bit) and I failed to reproduce the crash:

* PCbuild/build.bat -e -p x64
* python -m test -v test_marshal
* no crash
History
Date User Action Args
2018-05-31 15:17:44vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2018-05-31 15:17:44vstinnersetmessageid: <1527779864.47.0.682650639539.issue33720@psf.upfronthosting.co.za>
2018-05-31 15:17:44vstinnerlinkissue33720 messages
2018-05-31 15:17:44vstinnercreate