mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Updates to make progress. Progress is good.
This commit is contained in:
parent
7ce87a2ec3
commit
49c15b324c
9 changed files with 124 additions and 12 deletions
|
|
@ -89,6 +89,12 @@ void PycModule::setVersion(unsigned int magic)
|
|||
m_maj = 2;
|
||||
m_min = 6;
|
||||
break;
|
||||
case MAGIC_2_7+1:
|
||||
m_unicode = true;
|
||||
/* Fall through */
|
||||
case MAGIC_2_7:
|
||||
m_maj = 2;
|
||||
m_min = 7;
|
||||
|
||||
/* 3.0 and above are always unicode */
|
||||
case MAGIC_3_0+1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue