Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 422cdde

Browse files
committed
Enable WITH_PYMALLOC.
1 parent 94ce52e commit 422cdde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Include/pyconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
306306
#undef WITH_DYLD
307307

308308
/* Define if you want to compile in Python-specific mallocs */
309-
#undef WITH_PYMALLOC
309+
#define WITH_PYMALLOC
310310

311311
/* Define if you want to produce an OpenStep/Rhapsody framework
312312
(shared library plus accessory files). */

0 commit comments

Comments
 (0)