]> granicus.if.org Git - file/commit
Fixes for Python 2.x:
authorReuben Thomas <rrt@sc3d.org>
Thu, 6 Jan 2011 15:10:41 +0000 (15:10 +0000)
committerReuben Thomas <rrt@sc3d.org>
Thu, 6 Jan 2011 15:10:41 +0000 (15:10 +0000)
commitdbee141b62de1abcf220b8dd0777ec144bea8c5a
tree2e66992f7bb7d40e648f06cf942d00d989051f56
parent4cf6c9aa2a397e4b437b47a699fb38175fd40ad0
Fixes for Python 2.x:

1. PyUnicode_FromString was introduced in 2.6, not 2.7.

2. When parsing optional arguments in py_magic_check, py_magic_compile
   and py_magic_load, the corresponding C variable, filename, must
   have a default value (here, NULL).
python/py_magic.c