]> granicus.if.org Git - python/commit
PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly.
authorTim Peters <tim.peters@gmail.com>
Sun, 10 Oct 2004 02:47:33 +0000 (02:47 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 10 Oct 2004 02:47:33 +0000 (02:47 +0000)
commit8470558a04d23ed01d1168c05781c016cb892b22
tree2f078aa62fc1057fe1569ba829b79f9d3237dcfe
parent263091e38835bb96d06928ea56e4db73c1d2b7c1
PyInterpreterState_New(), PyThreadState_New():  use malloc/free directly.

This appears to finish repairs for SF bug 1041645.

This is a critical bugfix.
Misc/NEWS
Python/pystate.c