This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: compilation warning in Modules/zipimport.c
Type: Stage:
Components: Extension Modules Versions: Python 3.1
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, pitrou
Priority: low Keywords:

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:42adminsetgithub: 48909
2010-08-21 23:36:11georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg114607

resolution: out of date
2008-12-14 16:25:11pitroucreate