Issue 4659: compilation warning in Modules/zipimport.c (original) (raw)

Issue4659

Created on 2008-12-14 16:25 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg77804 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-12-14 16:25
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’
msg114607 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-08-21 23:36
Fixed by r81032.
History
Date User Action Args
2022-04-11 14:56:42 admin set github: 48909
2010-08-21 23:36:11 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: out of date
2008-12-14 16:25:11 pitrou create