Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4646a18

Browse filesBrowse files
Remove unneeded code (and a deprecation warning with Python 3.9b1).
1 parent 4b6b2c0 commit 4646a18
Copy full SHA for 4646a18

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎src/cxoModule.c

Copy file name to clipboardExpand all lines: src/cxoModule.c
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,6 @@ static PyObject *cxoModule_initialize(void)
336336
{
337337
PyObject *module;
338338

339-
#ifdef WITH_THREAD
340-
PyEval_InitThreads();
341-
#endif
342-
343339
// initialize transforms
344340
if (cxoTransform_init() < 0)
345341
return NULL;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.