[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: https://mail

[issue19482] _pickle build warnings on Fedora 19

2014-10-03 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 */ ,

[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 ___ ___ Python-bugs-list mai

[issue19482] _pickle build warnings on Fedora 19

2013-11-02 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 -I/usr