]> granicus.if.org Git - python/commit
Fix [ 766669 ] Consistent GPF on exit
authorMark Hammond <mhammond@skippinet.com.au>
Wed, 9 Jul 2003 04:57:46 +0000 (04:57 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Wed, 9 Jul 2003 04:57:46 +0000 (04:57 +0000)
commit14350ab006fcf230b59ca253a13eacb2ef4c9cbf
treeeda505842063c8ea63a24bad0cca48a0f7109cb0
parent455d46f0d921337405ebd3a098c210f3614ae77c
Fix [ 766669 ] Consistent GPF on exit
Use Py_AtExit instead of atexit so we are called during Py_Finalize()
rather than during DLL teardown.
Modules/socketmodule.c