From 91f4380cedbae32b49adbea2518014a5624c6523 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 26 May 2019 17:10:09 +0200 Subject: bpo-36785: PEP 574 implementation (GH-7076) --- Include/Python.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Include/Python.h') diff --git a/Include/Python.h b/Include/Python.h index 55b06aeea9..17ad5b3071 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -124,6 +124,7 @@ #include "weakrefobject.h" #include "structseq.h" #include "namespaceobject.h" +#include "picklebufobject.h" #include "codecs.h" #include "pyerrors.h" -- cgit v1.2.1