# Bug report It handles most with a specialized macro: https://github.com/python/cpython/blob/81eba7645082a192c027e739b8eb99a94b4c0eec/Modules/socketmodule.c#L7716-L7722 but not these ones: https://github.com/python/cpython/blob/81eba7645082a192c027e739b8eb99a94b4c0eec/Modules/socketmodule.c#L7724-L7731 Introduced in https://github.com/python/cpython/pull/96536 <!-- gh-linked-prs --> ### Linked PRs * gh-111254 * gh-111299 <!-- /gh-linked-prs -->
Bug report
It handles most with a specialized macro:
cpython/Modules/socketmodule.c
Lines 7716 to 7722 in 81eba76
but not these ones:
cpython/Modules/socketmodule.c
Lines 7724 to 7731 in 81eba76
Introduced in #96536
Linked PRs