diff options
author | Antoine Pitrou <antoine@python.org> | 2019-05-26 17:10:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-26 17:10:09 +0200 |
commit | 91f4380cedbae32b49adbea2518014a5624c6523 (patch) | |
tree | fbc47b8ee756f9e0a8f6bacf6b055490f2ef9ab3 /Include/Python.h | |
parent | 22ccb0b4902137275960c008ef77b88fa82729ce (diff) | |
download | cpython-git-91f4380cedbae32b49adbea2518014a5624c6523.tar.gz |
bpo-36785: PEP 574 implementation (GH-7076)
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |