summaryrefslogtreecommitdiffstats
path: root/Python/bltinmodule.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-04-05 17:15:44 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-04-05 17:15:44 (GMT)
commit93ad66dea9814b6ad59710171227d84c78bbb4b9 (patch)
tree90599d5f51e113fb1274d32846156e7e1a708455 /Python/bltinmodule.c
parentc377cbfdaf9feb02bc5bea347cbe4c587ef33a10 (diff)
downloadcpython-93ad66dea9814b6ad59710171227d84c78bbb4b9.zip
cpython-93ad66dea9814b6ad59710171227d84c78bbb4b9.tar.gz
cpython-93ad66dea9814b6ad59710171227d84c78bbb4b9.tar.bz2
Fixed new seemingly random segfaults, by moving the initialization of
delstr from initgc() into collect(). initgc() isn't called unless the user explicitly imports gc, so can be used only for initialization of user-visible module features; delstr needs to be initialized for proper internal operation, whether or not gc is explicitly imported. Bugfix candidate? I don't know whether the new bug was backported to 2.2 already.
Diffstat (limited to 'Python/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions