Skip to content
Snippets Groups Projects
Commit 5031f59586c4 authored by Erlend Egeberg Aasland's avatar Erlend Egeberg Aasland
Browse files

bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)


The typo did no damage, but it looks suspicious and confusing.
Introduced by GH-23136.

Skip news.

Automerge-Triggered-By: GH:pitrou
parent 2d168d8a412c
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
return state;
}
static struct PyModuleDef queuemodule;
#define simplequeue_get_state_by_type(tp) \
#define simplequeue_get_state_by_type(type) \
(simplequeue_get_state(_PyType_GetModuleByDef(type, &queuemodule)))
typedef struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment