Fix Python 3.11 compatibility (#2021808)
parent
b56d69a58f
commit
56ccdc2d5f
@ -0,0 +1,10 @@
|
||||
--- src/_fastmath.c
|
||||
+++ src/_fastmath.c
|
||||
@@ -30,7 +30,6 @@
|
||||
#include <string.h>
|
||||
#include "Python.h"
|
||||
#include "pycrypto_compat.h"
|
||||
-#include <longintrepr.h> /* for conversions */
|
||||
#include "config.h"
|
||||
#if HAVE_LIBGMP
|
||||
# include <gmp.h>
|
Loading…
Reference in new issue