Skip to content

Commit f4eca41

Browse files
committed
Revert "pythongh-115398: Increment PyExpat_CAPI_MAGIC for SetReparseDeferralEnabled addition (pythonGH-116301)"
This reverts part of commit eda2963.
1 parent 33c0aa3 commit f4eca41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/pyexpat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/* note: you must import expat.h before importing this module! */
55

6-
#define PyExpat_CAPI_MAGIC "pyexpat.expat_CAPI 1.2"
6+
#define PyExpat_CAPI_MAGIC "pyexpat.expat_CAPI 1.1"
77
#define PyExpat_CAPSULE_NAME "pyexpat.expat_CAPI"
88

99
struct PyExpat_CAPI

0 commit comments

Comments
 (0)