Skip to content

Commit

Permalink
Merge pull request #8 from Deduktiva/py3k-select
Browse files Browse the repository at this point in the history
Python: make selectmodule static
  • Loading branch information
zeha authored Feb 17, 2024
2 parents 549316c + 668d405 commit 8925d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Python/PC/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ extern PyObject* PyInit__ctypes(void);
extern PyObject* PyInit__ssl(void);
extern PyObject* PyInit__hashlib(void);
extern PyObject* PyInit__socket(void);
extern PyObject* PyInit_select(void);
extern PyObject* PyInit_unicodedata(void);

/* tools/freeze/makeconfig.py marker for additional "extern" */
Expand Down Expand Up @@ -186,6 +187,7 @@ struct _inittab _PyImport_Inittab[] = {
{"_ssl", PyInit__ssl},
{"_hashlib", PyInit__hashlib},
{"_socket", PyInit__socket},
{"select", PyInit_select},
{"unicodedata", PyInit_unicodedata},

/* Sentinel */
Expand Down

0 comments on commit 8925d82

Please sign in to comment.