We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello, I build it on windows10 64bit Python3.6
build error on vmprof_win
src/vmprof_win.c:109:23: error: static declaration of 'get_current_thread_state' follows non-static declaration PY_WIN_THREAD_STATE * get_current_thread_state(void) ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/vmprof_win.c:1: src/vmprof_win.h:25:23: note: previous declaration of 'get_current_thread_state' was here PY_WIN_THREAD_STATE * get_current_thread_state(void);
get_current_thread_state is static or not? I'm not good at C.
get_current_thread_state
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I build it on windows10 64bit Python3.6
build error on vmprof_win
get_current_thread_state
is static or not?I'm not good at C.
The text was updated successfully, but these errors were encountered: