-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #106 - reinstate python 2.6 long type
looks like both the original code, and the one in the following commit: d796525 assumed a simple int type is 64bit (8 bytes), and a long int is 128bit (16 bytes). this was wrong, but besides we now have the architecture flag that tells us the size of an int on the target platform.
- Loading branch information
Showing
1 changed file
with
18 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters