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 Bob, Christoph Sarnowski, Patrick Stewart, Rafał Chłodnicki, christian.heimes, doko, georg.brandl, jpe, larry, mark.dickinson, mattip, meador.inge, python-dev, rkuska, steve.dower, vinay.sajip, vstinner
Date 2018-08-02.14:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533221250.54.0.56676864532.issue20160@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 3243f8c1fb16b6de73f1d7a30f5d09047553bce3 by Victor Stinner in branch '2.7':
bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64 (GH-168) (GH-8625)
https://github.com/python/cpython/commit/3243f8c1fb16b6de73f1d7a30f5d09047553bce3
History
Date User Action Args
2018-08-02 14:47:30vstinnersetrecipients: + vstinner, georg.brandl, jpe, doko, vinay.sajip, mark.dickinson, larry, christian.heimes, meador.inge, python-dev, mattip, steve.dower, rkuska, Bob, Christoph Sarnowski, Patrick Stewart, Rafał Chłodnicki
2018-08-02 14:47:30vstinnersetmessageid: <1533221250.54.0.56676864532.issue20160@psf.upfronthosting.co.za>
2018-08-02 14:47:30vstinnerlinkissue20160 messages
2018-08-02 14:47:30vstinnercreate