Skip to content

Commit

Permalink
Revert "pythongh-115398: Increment PyExpat_CAPI_MAGIC for SetReparseD…
Browse files Browse the repository at this point in the history
…eferralEnabled addition (pythonGH-116301)"

This reverts part of commit eda2963.
  • Loading branch information
hartwork committed Mar 6, 2024
1 parent 33c0aa3 commit f4eca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/pyexpat.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

#define PyExpat_CAPI_MAGIC "pyexpat.expat_CAPI 1.2"
#define PyExpat_CAPI_MAGIC "pyexpat.expat_CAPI 1.1"
#define PyExpat_CAPSULE_NAME "pyexpat.expat_CAPI"

struct PyExpat_CAPI
Expand Down

0 comments on commit f4eca41

Please sign in to comment.