Skip to content

Commit 344b491

Browse files
fix ABI compatibility
1 parent a25bab8 commit 344b491

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Include/internal/pycore_interp_structs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,9 @@ struct _is {
768768
* and should be placed at the beginning. */
769769
struct _ceval_state ceval;
770770

771+
// unused, kept for ABI compatibility
772+
void *_malloced;
773+
771774
PyInterpreterState *next;
772775

773776
int64_t id;

0 commit comments

Comments
 (0)