mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Define WITH_PYMALLOC as 1
This commit is contained in:
parent
755ebea23b
commit
77d0717fb3
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#undef WITH_DYLD
|
||||
|
||||
/* Define if you want to compile in Python-specific mallocs */
|
||||
#define WITH_PYMALLOC
|
||||
#define WITH_PYMALLOC 1
|
||||
|
||||
/* Define if you want to produce an OpenStep/Rhapsody framework
|
||||
(shared library plus accessory files). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue