[issue4659] compilation warning in Modules/zipimport.c

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Fixed by r81032. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue4659] compilation warning in Modules/zipimport.c

2008-12-14 Thread Antoine Pitrou
New submission from Antoine Pitrou : Probably harmless: ./Modules/zipimport.c: In function ‘get_module_code’: ./Modules/zipimport.c:1132: warning: format ‘%c’ expects type ‘int’, but argument 3 has type ‘long int’ -- components: Extension Modules messages: 77804 nosy: pitrou priority: l