]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 25 Jun 2012 15:32:43 +0000 (17:32 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 25 Jun 2012 15:32:43 +0000 (17:32 +0200)
commit0ab5cf9b46f28d3151e882b39b61ab8937578953
treecbf5f7439a138e7b77195ba148c34a2a8d0b7dd8
parent7334be889dafb30db76ad68b2f02c27fe2faf38d
Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers.
This fixes a compiler warning with suncc.
Modules/_freeze_importlib.c
Python/importlib.h