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 ericvw
Recipients christian.heimes, ericvw
Date 2017-01-05.22:55:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483656918.9.0.359858354352.issue29172@psf.upfronthosting.co.za>
In-reply-to
Content
Solaris Studio emits the following during compilation:

    "/tmp/Python-3.6.0/Modules/_blake2/impl/blake2.h", line 89: warning: ignoring malformed #pragma pack(n)
    "/tmp/Python-3.6.0/Modules/_blake2/impl/blake2.h", line 119: warning: ignoring malformed #pragma pack(n)

To make the usage of '#pragma pack' more portable, change to the
optional, single argument form.
History
Date User Action Args
2017-01-05 22:55:18ericvwsetrecipients: + ericvw, christian.heimes
2017-01-05 22:55:18ericvwsetmessageid: <1483656918.9.0.359858354352.issue29172@psf.upfronthosting.co.za>
2017-01-05 22:55:18ericvwlinkissue29172 messages
2017-01-05 22:55:18ericvwcreate