Commit dc953a50 authored by Steve Dower's avatar Steve Dower

Fixes magic numbers for 3.6.

parent 7ae61af8
...@@ -1082,7 +1082,7 @@ static PYC_MAGIC magic_values[] = { ...@@ -1082,7 +1082,7 @@ static PYC_MAGIC magic_values[] = {
{ 3190, 3230, L"3.3" }, { 3190, 3230, L"3.3" },
{ 3250, 3310, L"3.4" }, { 3250, 3310, L"3.4" },
{ 3320, 3350, L"3.5" }, { 3320, 3350, L"3.5" },
{ 3350, 3350, L"3.6" }, { 3360, 3361, L"3.6" },
{ 0 } { 0 }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment