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 lukasz.langa
Recipients Arfrever, Keith.Dart, Michael.Felt, aixtools@gmail.com, christian.heimes, eric.araujo, hynek, kdart, knny-myer, lukasz.langa, martin.panter, methane, nailor, nvetoshkin, orsenthil, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2017-09-29.22:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506724400.41.0.213398074469.issue11063@psf.upfronthosting.co.za>
In-reply-to
Content
uuid fails to build for me on master since that change landed:


cpython/Modules/_uuidmodule.c:13:11: error: implicit declaration of function 'uuid_generate_time_safe' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
    res = uuid_generate_time_safe(out);
          ^
cpython/Modules/_uuidmodule.c:13:11: note: did you mean 'py_uuid_generate_time_safe'?
cpython/Modules/_uuidmodule.c:8:1: note: 'py_uuid_generate_time_safe' declared here
py_uuid_generate_time_safe(void)
^
cpython/Modules/_uuidmodule.c:13:11: warning: this function declaration is not a prototype [-Wstrict-prototypes]
    res = uuid_generate_time_safe(out);
          ^
1 warning and 1 error generated.


This is on macOS Sierra.
History
Date User Action Args
2017-09-29 22:33:20lukasz.langasetrecipients: + lukasz.langa, orsenthil, kdart, pitrou, vstinner, christian.heimes, eric.araujo, Arfrever, r.david.murray, methane, nvetoshkin, knny-myer, nailor, Keith.Dart, hynek, martin.panter, serhiy.storchaka, Michael.Felt, aixtools@gmail.com
2017-09-29 22:33:20lukasz.langasetmessageid: <1506724400.41.0.213398074469.issue11063@psf.upfronthosting.co.za>
2017-09-29 22:33:20lukasz.langalinkissue11063 messages
2017-09-29 22:33:20lukasz.langacreate