Skip to content

Commit

Permalink
pythongh-116738 array module passes unit and thread tests on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicField committed Jun 5, 2024
1 parent 9e05261 commit 6e07f97
Show file tree
Hide file tree
Showing 4 changed files with 900 additions and 176 deletions.
1 change: 1 addition & 0 deletions Include/pymem.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ PyAPI_FUNC(void *) PyMem_Malloc(size_t size);
PyAPI_FUNC(void *) PyMem_Calloc(size_t nelem, size_t elsize);
PyAPI_FUNC(void *) PyMem_Realloc(void *ptr, size_t new_size);
PyAPI_FUNC(void) PyMem_Free(void *ptr);
PyAPI_FUNC(void) PyMem_FreeDelayed(void *ptr);

/*
* Type-oriented memory interface
Expand Down
Loading

0 comments on commit 6e07f97

Please sign in to comment.