[issue19482] _pickle build warnings on Fedora 19

2020-02-11 Thread STINNER Victor
STINNER Victor added the comment: I don't get these warnings on Fedora anymore. I close the issue. -- nosy: +vstinner resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue19482] _pickle build warnings on Fedora 19

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19482] _pickle build warnings on Fedora 19

2014-10-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: They all look as false positive. For example: if (_Unpickler_Read(self, pdata, size) 0) return -1; value = _PyLong_FromByteArray((unsigned char *)pdata, (size_t)size, 1 /* little endian */ , 1

[issue19482] _pickle build warnings on Fedora 19

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Still a problem or out of date? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19482 ___ ___

[issue19482] _pickle build warnings on Fedora 19

2013-11-03 Thread Nick Coghlan
New submission from Nick Coghlan: Currently getting build warnings from _pickle.c: == building '_pickle' extension gcc -pthread -fPIC -Wno-unused-result -Werror=declaration-after-statement -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I./Include -I. -IInclude