From: Cong Ma <fri...@gm...> - 2016-04-08 16:18:57
|
When compiling with Python 2.x, the function void initerrortest in src/errortestmodule.c returns NULL under label "fail". This prevents the code from compiling because returning anything from void is impossible. Could this be fixed? Best wishes, Cong. |