Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve build support for newer Python versions #268

Open
elfring opened this issue Sep 28, 2021 · 1 comment
Open

Improve build support for newer Python versions #268

elfring opened this issue Sep 28, 2021 · 1 comment
Assignees

Comments

@elfring
Copy link

elfring commented Sep 28, 2021

I would like to point the following information out once more.

[Markus_Elfring@fedora guider]$ LANG=C make
  CC       guiderLib.o
…
guiderLib.c: In function 'initguider':
guiderLib.c:344:12: warning: implicit declaration of function 'Py_InitModule'; did you mean 'SYS_init_module'? [-Wimplicit-function-declaration]
  344 |     (void) Py_InitModule("guider", guiderMethods);
      |            ^~~~~~~~~~~~~
      |            SYS_init_module
 …

I suggest to take corresponding advices for such an implementation detail better into account from other known information sources.

@iipeace iipeace self-assigned this Sep 29, 2021
@iipeace
Copy link
Owner

iipeace commented Sep 29, 2021

thank you for report! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants