[issue16081] Fix compile warnings in thread_pthread.h

2021-01-11 Thread Irit Katriel
Irit Katriel added the comment: This was resolved here: https://github.com/python/cpython/commit/56379c0d8fc17e717ac1ad73353b5991adae6832 -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracke

[issue16081] Fix compile warnings in thread_pthread.h

2012-09-30 Thread Brian Brazil
Brian Brazil added the comment: I'm on gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3, this was the only warning I saw (though I don't have all the optional libraries installed). -- ___ Python tracker __

[issue16081] Fix compile warnings in thread_pthread.h

2012-09-30 Thread Michele OrrĂ¹
Michele OrrĂ¹ added the comment: That's ok for me. Tested with OSX 10.8 and clang. -- nosy: +maker ___ Python tracker ___ ___ Python-bu

[issue16081] Fix compile warnings in thread_pthread.h

2012-09-28 Thread Brian Brazil
New submission from Brian Brazil: Please see attached patch to fix warnings about error being set but not used, I've eliminated error except for the one function that was using it. -- components: Interpreter Core files: pthread-warnings.patch keywords: patch messages: 171432 nosy: bbraz