8000 bpo-45383: Inherit MetaClass from bases in FromSpec API by seberg · Pull Request #28748 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-45383: Inherit MetaClass from bases in FromSpec API #28748

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

Merged
merged 19 commits into from
Jun 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused includes from _testcapimodule.c
  • Loading branch information
encukou committed May 31, 2022
commit 1ad0ecadb217d42886e9abe4d08c25d76124d743
3 changes: 0 additions & 3 deletions Modules/_testcapimodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
#include <float.h> // FLT_MAX
#include <signal.h>

#include <ffi.h> /* required by ctypes.h */
#include "_ctypes/ctypes.h" /* To test metaclass inheritance */

#ifdef MS_WINDOWS
# include <winsock2.h> // struct timeval
#endif
Expand Down
0